ReactOS 0.4.17-dev-243-g1369312
gdipluscolormatrix.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ColorMatrix
 
struct  ColorMap
 

Typedefs

typedef BYTE ColorChannelLUT[256]
 
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 Documentation

◆ ColorAdjustType

Definition at line 67 of file gdipluscolormatrix.h.

◆ ColorChannelLUT

typedef BYTE ColorChannelLUT[256]

Definition at line 63 of file gdipluscolormatrix.h.

◆ ColorMap

Definition at line 71 of file gdipluscolormatrix.h.

◆ ColorMatrix

Definition at line 70 of file gdipluscolormatrix.h.

◆ ColorMatrixFlags

Definition at line 68 of file gdipluscolormatrix.h.

◆ HistogramFormat

Definition at line 69 of file gdipluscolormatrix.h.

Enumeration Type Documentation

◆ ColorAdjustType

Enumerator
ColorAdjustTypeDefault 
ColorAdjustTypeBitmap 
ColorAdjustTypeBrush 
ColorAdjustTypePen 
ColorAdjustTypeText 
ColorAdjustTypeCount 
ColorAdjustTypeAny 

Definition at line 34 of file gdipluscolormatrix.h.

◆ ColorMatrixFlags

Enumerator
ColorMatrixFlagsDefault 
ColorMatrixFlagsSkipGrays 
ColorMatrixFlagsAltGray 

Definition at line 27 of file gdipluscolormatrix.h.

28{
32};
@ ColorMatrixFlagsSkipGrays
@ ColorMatrixFlagsAltGray
@ ColorMatrixFlagsDefault

◆ HistogramFormat

Enumerator
HistogramFormatARGB 
HistogramFormatPARGB 
HistogramFormatRGB 
HistogramFormatGray 
HistogramFormatB 
HistogramFormatG 
HistogramFormatR 
HistogramFormatA 

Definition at line 51 of file gdipluscolormatrix.h.

52{
61};
@ HistogramFormatRGB
@ HistogramFormatPARGB
@ HistogramFormatB
@ HistogramFormatA
@ HistogramFormatARGB
@ HistogramFormatR
@ HistogramFormatGray
@ HistogramFormatG