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;
Elements
- DXLUTCOLOR_RED
- Color balance of the red channel.
- DXLUTCOLOR_GREEN
- Color balance of the green channel.
- DXLUTCOLOR_BLUE
- Color balance of the blue channel.
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.