DXLUTCOLOR enumeration

Identifies which color balance is to be adjusted by a lookup table. It is used in the IDXLUTBuilder::GetColorBalance and IDXLUTBuilder::SetColorBalance methods.

Syntax


typedef enum DXLUTCOLOR { 
  DXLUTCOLOR_RED,
  DXLUTCOLOR_GREEN,
  DXLUTCOLOR_BLUE
} DXLUTCOLOR;

Constants

DXLUTCOLOR_RED

Color balance of the red channel.

DXLUTCOLOR_GREEN

Color balance of the green channel.

DXLUTCOLOR_BLUE

Color balance of the blue channel.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Dxtrans.h

IDL

Dxtrans.idl

 

 

Show: