colorSpace property

int? colorSpace
final

The color space information tag is always recorded as the color space specifier. Normally {@link #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 {@link #COLOR_SPACE_S_RGB} is used, {@link #COLOR_SPACE_UNCALIBRATED} is set. Image data recorded as {@link #COLOR_SPACE_UNCALIBRATED} may be treated as {@link #COLOR_SPACE_S_RGB} when it is converted to Flashpix

Implementation

final int? colorSpace;