CWIMAQColorImageReps Enumeration
Obsolete—Use CWIMAQImageReps instead.
CWIMAQColorImageReps are the constants for the ColorImageRep property on CWIMAQ.
You can use the following constants with this data type:
- cwimaqColorRepBlue8—8-bit blue plane.
- cwimaqColorRepGreen8—8-bit green plane.
- cwimaqColorRepHSI32—32-bit HSI (Hue, Saturation, Intensity).
- cwimaqColorRepHSL32—32-bit HSL (Hue, Saturation, Luminance).
- cwimaqColorRepHue16—16-bit hue plane.
- cwimaqColorRepHue8—8-bit hue plane.
- cwimaqColorRepInt16—16-bit intensity plane.
- cwimaqColorRepInt8—8-bit intensity plane.
- cwimaqColorRepLum16—16-bit luminance plane.
- cwimaqColorRepLum8—8-bit luminance plane.
- cwimaqColorRepMono10—10-bit monochrome.
- cwimaqColorRepNone—No color image representation. Use bit depth to determine the number of bits of monochrome information.
- cwimaqColorRepRed8—8-bit red plane.
- cwimaqColorRepRGB32—32-bit RGB (Red, Green, Blue).
- cwimaqColorRepSat16—16-bit saturation plane.
- cwimaqColorRepSat8—8-bit saturation plane.