Public Member Functions |
| | ImageAttributes (VOID) |
| Status | ClearBrushRemapTable (VOID) |
| Status | ClearColorKey (ColorAdjustType type) |
| Status | ClearColorMatrices (ColorAdjustType type) |
| Status | ClearColorMatrix (ColorAdjustType type) |
| Status | ClearGamma (ColorAdjustType type) |
| Status | ClearNoOp (ColorAdjustType type) |
| Status | ClearOutputChannel (ColorAdjustType type) |
| Status | ClearOutputChannelColorProfile (ColorAdjustType type) |
| Status | ClearRemapTable (ColorAdjustType type) |
| Status | ClearThreshold (ColorAdjustType type) |
| ImageAttributes * | Clone (VOID) |
| Status | GetAdjustedPalette (ColorPalette *colorPalette, ColorPalette colorAdjustType) |
| Status | GetLastStatus (VOID) |
| Status | Reset (ColorAdjustType type) |
| Status | SetBrushRemapTable (UINT mapSize, ColorMap *map) |
| Status | SetColorKey (const Color &colorLow, const Color &colorHigh, ColorAdjustType type) |
| Status | SetColorMatrices (const ColorMatrix *colorMatrix, const ColorMatrix *grayMatrix, ColorMatrixFlags mode, ColorAdjustType type) |
| Status | SetColorMatrix (const ColorMatrix *colorMatrix, ColorMatrixFlags mode, ColorAdjustType type) |
| Status | SetGamma (REAL gamma, ColorAdjustType type) |
| Status | SetNoOp (ColorAdjustType type) |
| Status | SetOutputChannel (ColorChannelFlags channelFlags, ColorAdjustType type) |
| Status | SetOutputChannelColorProfile (const WCHAR *colorProfileFilename, ColorAdjustType type) |
| Status | SetRemapTable (UINT mapSize, const ColorMap *map, ColorAdjustType type) |
| Status | SetThreshold (REAL threshold, ColorAdjustType type) |
| Status | SetToIdentity (ColorAdjustType type) |
| Status | SetWrapMode (WrapMode wrap, const Color &color, BOOL clamp) |
Definition at line 22 of file gdiplusimageattributes.h.