mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 16:53:45 +00:00
[PSDK] Update gdipluspixelformats.h. CORE-10536
svn path=/trunk/; revision=70002
This commit is contained in:
parent
84d8c79180
commit
ce5456e567
1 changed files with 29 additions and 0 deletions
|
@ -102,4 +102,33 @@ typedef struct ColorPalette
|
|||
|
||||
#endif /* end of c typedefs */
|
||||
|
||||
typedef enum DitherType
|
||||
{
|
||||
DitherTypeNone,
|
||||
DitherTypeSolid,
|
||||
DitherTypeOrdered4x4,
|
||||
DitherTypeOrdered8x8,
|
||||
DitherTypeOrdered16x16,
|
||||
DitherTypeSpiral4x4,
|
||||
DitherTypeSpiral8x8,
|
||||
DitherTypeDualSpiral4x4,
|
||||
DitherTypeDualSpiral8x8,
|
||||
DitherTypeErrorDiffusion,
|
||||
DitherTypeMax
|
||||
} DitherType;
|
||||
|
||||
typedef enum PaletteType
|
||||
{
|
||||
PaletteTypeCustom,
|
||||
PaletteTypeOptimal,
|
||||
PaletteTypeFixedBW,
|
||||
PaletteTypeFixedHalftone8,
|
||||
PaletteTypeFixedHalftone27,
|
||||
PaletteTypeFixedHalftone64,
|
||||
PaletteTypeFixedHalftone125,
|
||||
PaletteTypeFixedHalftone216,
|
||||
PaletteTypeFixedHalftone252,
|
||||
PaletteTypeFixedHalftone256
|
||||
} PaletteType;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue