Jpeg color spaces
            
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
Syntax
| C# | Visual Basic | Visual C++ | 
public enum JPEGColorSpace
Public Enumeration JPEGColorSpace
public enum class JPEGColorSpace
Members
| Member | Value | Description | 
|---|---|---|
| RGB | 0 | 
            separate RGB channel
              | 
| GrayScale | 1 | 
            unique intensity channel (gray levels)
              | 
| YCbCr | 2 | 
            three channels (CCIR Recommendation 601-1)
              | 
| CMYK | 3 | 
             four channels (Cyan Magenta Yellow Black) - linear convertion
              | 
| YCbCrK | 4 | 
            four channels (YCbCr and Black) 
              |