Enum VLTypes.TVLColorMode

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Package: VideoLabBasicPkg

Unit: VLTypes

Contents

Syntax

Delphi:

type TVLColorMode = (cmRGB, cmHLS, cmHSV, cmYUV, cmLUV, cmXYZ, cmYCbCr, cmYCC, cmCIELab);

C++ Builder:

enum TVLColorMode {cmRGB, cmHLS, cmHSV, cmYUV, cmLUV, cmXYZ, cmYCbCr, cmYCC, cmCIELab};

Visual C++ (MFC):

enum CTVLColorMode {cmRGB, cmHLS, cmHSV, cmYUV, cmLUV, cmXYZ, cmYCbCr, cmYCC, cmCIELab};

Summary

Enumerated type for the video spaces that can be used for Histograms and other channel processing components.

Description

Defines enumerated type for the video spaces that can be used for Histograms and other channel processing components.

Values

cmRGB RGB (Red Green Blue) color space.
cmHLS HLS ( Hue, Saturation, Lightness (also Luminance or Luminosity)) color space (also known as HSL and HSI).
cmHSV HSV (Hue, Saturation, Value) color space, also known as HSB (Hue, Saturation, Brightness).
cmYUV YUV color space.
cmLUV CIE Luv color space.
cmXYZ CIE XYZ color space (also known as CIE 1931 color space).
cmYCbCr YCbCr color space.
cmYCC Kodak PhotoYCC color space.
cmCIELab CIE 1976 L*a*b* color space.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox