TAG_COLOR_SPACE top-level constant

String const TAG_COLOR_SPACE

B. Tags related to image data characteristics

The color space information tag is always recorded as the color space specifier. Normally COLOR_SPACE_S_RGB is used to define the color space based on the PC monitor conditions and environment. If a color space other than COLOR_SPACE_S_RGB is used, COLOR_SPACE_UNCALIBRATED is set. Image data recorded as COLOR_SPACE_UNCALIBRATED may be treated as COLOR_SPACE_S_RGB when it is converted to Flashpix.

Implementation

const String TAG_COLOR_SPACE = "ColorSpace";