Jpeg color spaces

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum JPEGColorSpace
Public Enumeration JPEGColorSpace
public enum class JPEGColorSpace

Members

MemberValueDescription
RGB0
separate RGB channel
GrayScale1
unique intensity channel (gray levels)
YCbCr2
three channels (CCIR Recommendation 601-1)
CMYK3
four channels (Cyan Magenta Yellow Black) - linear convertion
YCbCrK4
four channels (YCbCr and Black)

See Also