ReactOS 0.4.16-dev-477-g6ada597
|
Go to the source code of this file.
Classes | |
struct | ColorMatrix |
struct | ColorMap |
Typedefs | |
typedef enum ColorAdjustType | ColorAdjustType |
typedef enum ColorMatrixFlags | ColorMatrixFlags |
typedef enum HistogramFormat | HistogramFormat |
typedef struct ColorMatrix | ColorMatrix |
typedef struct ColorMap | ColorMap |
Enumerations | |
enum | ColorMatrixFlags { ColorMatrixFlagsDefault = 0 , ColorMatrixFlagsSkipGrays = 1 , ColorMatrixFlagsAltGray = 2 } |
enum | ColorAdjustType { ColorAdjustTypeDefault , ColorAdjustTypeBitmap , ColorAdjustTypeBrush , ColorAdjustTypePen , ColorAdjustTypeText , ColorAdjustTypeCount , ColorAdjustTypeAny } |
enum | HistogramFormat { HistogramFormatARGB , HistogramFormatPARGB , HistogramFormatRGB , HistogramFormatGray , HistogramFormatB , HistogramFormatG , HistogramFormatR , HistogramFormatA } |
typedef enum ColorAdjustType ColorAdjustType |
Definition at line 65 of file gdipluscolormatrix.h.
Definition at line 69 of file gdipluscolormatrix.h.
typedef struct ColorMatrix ColorMatrix |
Definition at line 68 of file gdipluscolormatrix.h.
typedef enum ColorMatrixFlags ColorMatrixFlags |
Definition at line 66 of file gdipluscolormatrix.h.
typedef enum HistogramFormat HistogramFormat |
Definition at line 67 of file gdipluscolormatrix.h.
Enumerator | |
---|---|
ColorAdjustTypeDefault | |
ColorAdjustTypeBitmap | |
ColorAdjustTypeBrush | |
ColorAdjustTypePen | |
ColorAdjustTypeText | |
ColorAdjustTypeCount | |
ColorAdjustTypeAny |
Definition at line 34 of file gdipluscolormatrix.h.
Enumerator | |
---|---|
ColorMatrixFlagsDefault | |
ColorMatrixFlagsSkipGrays | |
ColorMatrixFlagsAltGray |
Definition at line 27 of file gdipluscolormatrix.h.
Enumerator | |
---|---|
HistogramFormatARGB | |
HistogramFormatPARGB | |
HistogramFormatRGB | |
HistogramFormatGray | |
HistogramFormatB | |
HistogramFormatG | |
HistogramFormatR | |
HistogramFormatA |
Definition at line 51 of file gdipluscolormatrix.h.