FColorSpace Control Reference 14.0
Enumerations

Enumerations

enum  OCXColorModel {
  CM_Guess_RGB = -2 , CM_Guess_Mono = -1 , CM_CUSTOM = 0 , CM_Mono = 1 ,
  CM_RGB = 2 , CM_YUV = 3 , CM_HSI = 4 , CM_YCbCr = 5 ,
  CM_LUV = 6 , CM_Lab = 7 , CM_HLS = 8 , CM_YCC = 9 ,
  CM_HSV = 10 , CM_XYZ = 11
}
 Possible color models of an incoming image. More...
 

Detailed Description

Enumeration Type Documentation

◆ OCXColorModel

Possible color models of an incoming image.

Supported platforms:
Win32
Win64
Related Topics:
InputColorModel
Enumerator
CM_Guess_RGB 

Describes a color model with tree planes without any other additional information.

CM_Guess_Mono 

Describes a gray image (one plane) without any other additional information.

CM_CUSTOM 

Describes a image type without any additional information, like those created by the color twist matrix.

CM_Mono 

Monochrome image.

CM_RGB 

RGB image.

CM_YUV 

YUV image.

CM_HSI 

HSI image.

CM_YCbCr 

YCbCr image.

CM_LUV 

CIE LUV image.

CM_Lab 

CIE Lab image.

CM_HLS 

HLS image.

CM_YCC 

YCC image.

CM_HSV 

HSV image.

CM_XYZ 

CIE XYZ image.