ImageGear for .NET
ImGearQuadComponentColorSpace Enumeration
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Formats.JPG Namespace : ImGearQuadComponentColorSpace Enumeration




Glossary Item Box

This enumeration specifies a mode for setting color space value for quad component JPEG files on load.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
Auto0Forces ImageGear to autodetect the color space.
Cmyk2 Forces to load quad component JPEG directly as CMYK.
Rgba1 Forces to load quad component JPEG directly as RGBA.
Ycck3 Forces to load quad component JPEG as CMYK by converting the image pixels from YCCK colorspace.

Remarks

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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.JPG.ImGearQuadComponentColorSpace

See Also

©2013. Accusoft Corporation. All Rights Reserved.