Important: The information in this document is obsolete and should not be used for new development.
GetCTSeed
Returns a unique seed value for a color table created by your application.
pascal long GetCTSeed (void);DISCUSSION
TheGetCTSeed
function returns a unique seed value that you can use in thectSeed
field of a color table created by your application. The seed value guarantees that the color table is recognized as distinct from the destination, and that color table translation is performed properly. The return value is greater than the value stored in the constantminSeed
.