Places the API into the 'default' color model state, in which Color Data objects are returned based entirely on the color model used to produce the transmittal from which the Color Data objects are extracted. The API will remain in this state until the user calls SE_SetColorModel(), which takes the API out of the current color model state and places it into whatever color model was specified in the SE_SetColorModel() call.
For example, if the transmittal was defined with RGB colors, then RGB Color objects will be returned as Color Data objects once SE_UseDefaultColorModel() is called.
To find out what that color model is, call SE_GetColorModel(), either immediately after this call to SE_UseDefaultColorModel(), or at any time before a call to SE_SetColorModel() is made.
See the SE_SetColorModel() and
SE_GetColorModel() functions
for details.
| extern void | |||
| SE_UseDefaultColorModel | |||
| (void); | |||