ReactOS 0.4.16-dev-289-g096a551
|
#include <palette.h>
Public Attributes | |
BASEOBJECT | BaseObject |
PALOBJ | PalObj |
XLATEOBJ * | logicalToSystem |
FLONG | flFlags |
ULONG | NumColors |
PALETTEENTRY * | IndexedColors |
ULONG | RedMask |
ULONG | GreenMask |
ULONG | BlueMask |
ULONG | ulRedShift |
ULONG | ulGreenShift |
ULONG | ulBlueShift |
HDEV | hPDev |
PALETTEENTRY | apalColors [0] |
PALETTEENTRY _PALETTE::apalColors[0] |
Definition at line 50 of file palette.h.
Referenced by PALETTE_AllocPalette(), and PALETTE_vCleanup().
BASEOBJECT _PALETTE::BaseObject |
Definition at line 36 of file palette.h.
Referenced by CreateStockObjects(), DIB_MapPaletteColors(), EngCreatePalette(), EngDeletePalette(), GreCreatePaletteInternal(), InitPaletteImpl(), NtGdiCreateHalftonePalette(), NtGdiCreatePaletteInternal(), and PALETTE_AllocPalWithHandle().
ULONG _PALETTE::BlueMask |
Definition at line 45 of file palette.h.
Referenced by InitPaletteImpl(), PALETTE_AllocPalette(), PALETTE_ulGetNearestBitFieldsIndex(), PALETTE_vGetBitMasks(), and XLATEOBJ_cGetPalette().
FLONG _PALETTE::flFlags |
Definition at line 40 of file palette.h.
Referenced by CreateDIBPalette(), DIB_16BPP_AlphaBlend(), DIB_MapPaletteColors(), GdiSelectPalette(), GreGetSetColorTable(), InitPaletteImpl(), IntGdiRealizePalette(), NtGdiCreateHalftonePalette(), NtGdiGetNearestPaletteIndex(), PALETTE_AllocPalette(), PALETTE_ulGetNearestIndex(), PALETTE_vGetBitMasks(), PALOBJ_cGetColors(), UpdateDeviceGammaRamp(), and XLATEOBJ_cGetPalette().
ULONG _PALETTE::GreenMask |
Definition at line 44 of file palette.h.
Referenced by InitPaletteImpl(), PALETTE_AllocPalette(), PALETTE_ulGetNearestBitFieldsIndex(), PALETTE_vGetBitMasks(), and XLATEOBJ_cGetPalette().
HDEV _PALETTE::hPDev |
Definition at line 49 of file palette.h.
Referenced by ColorCorrection(), and UpdateDeviceGammaRamp().
PALETTEENTRY* _PALETTE::IndexedColors |
Definition at line 42 of file palette.h.
Referenced by DIB_MapPaletteColors(), GreCreatePaletteInternal(), GreGetDIBitsInternal(), GreGetSetColorTable(), IntAnimatePalette(), IntCreateCompatibleBitmap(), IntGetPaletteEntries(), IntGetSystemPaletteEntries(), IntSetPaletteEntries(), NtGdiCreatePaletteInternal(), PALETTE_AllocPalette(), PALETTE_ulGetNearestPaletteIndex(), PALETTE_ulGetRGBColorFromIndex(), PALETTE_vCleanup(), PALETTE_vSetRGBColorForIndex(), PALOBJ_cGetColors(), and XLATEOBJ_cGetPalette().
ULONG _PALETTE::NumColors |
Definition at line 41 of file palette.h.
Referenced by CreateDIBPalette(), DIB_MapPaletteColors(), GreCreatePaletteInternal(), GreGetDIBitsInternal(), GreGetSetColorTable(), IntAnimatePalette(), IntCreateCompatibleBitmap(), IntGetPaletteEntries(), IntGetSystemPaletteEntries(), IntSetPaletteEntries(), PALETTE_AllocPalette(), PALETTE_GetObject(), PALETTE_ulGetNearestPaletteIndex(), PALETTE_ulGetRGBColorFromIndex(), PALETTE_vSetRGBColorForIndex(), PALOBJ_cGetColors(), TranslateCOLORREF(), UpdateDeviceGammaRamp(), and XLATEOBJ_cGetPalette().
ULONG _PALETTE::RedMask |
Definition at line 43 of file palette.h.
Referenced by InitPaletteImpl(), PALETTE_AllocPalette(), PALETTE_ulGetNearestBitFieldsIndex(), PALETTE_vGetBitMasks(), and XLATEOBJ_cGetPalette().
ULONG _PALETTE::ulBlueShift |
Definition at line 48 of file palette.h.
Referenced by PALETTE_ulGetNearestBitFieldsIndex().
ULONG _PALETTE::ulGreenShift |
Definition at line 47 of file palette.h.
Referenced by PALETTE_ulGetNearestBitFieldsIndex().
ULONG _PALETTE::ulRedShift |
Definition at line 46 of file palette.h.
Referenced by PALETTE_ulGetNearestBitFieldsIndex().