Visual Basic
C#
Managed Extensions for C++
C++/CLI
Member | Value | Description |
---|---|---|
Auto | 0 | Forces ImageGear to autodetect the color space. |
Cmyk | 2 | Forces to load quad component JPEG directly as CMYK. |
Rgba | 1 | Forces to load quad component JPEG directly as RGBA. |
Ycck | 3 | Forces to load quad component JPEG as CMYK by converting the image pixels from YCCK colorspace. |
This enumeration is used for JFIF QuadComponentColorSpace control parameter to either let the ImageGear to detect
the color space or let the user set the color space explicitly.
System.Object
System.ValueType
System.Enum
ImageGear.Formats.JPG.ImGearQuadComponentColorSpace