Enum IGDIPlus.TGPPaletteFlags
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: SignalLabBasicPkg
Unit: IGDIPlus
Contents |
Syntax
Delphi:
type TGPPaletteFlags = (PaletteFlagsHasAlpha, PaletteFlagsGrayScale, PaletteFlagsHalftone);
C++ Builder:
enum TGPPaletteFlags {PaletteFlagsHasAlpha, PaletteFlagsGrayScale, PaletteFlagsHalftone};
Visual C++ (MFC):
enum CTGPPaletteFlags {PaletteFlagsHasAlpha, PaletteFlagsGrayScale, PaletteFlagsHalftone};
Summary
Indicates attributes of the color data in a palette.
Description
Defines enumeration type that indicates attributes of the color data in a palette.
Values
PaletteFlagsHasAlpha | Indicates that one or more of the palette entries contains alpha (transparency) information. |
PaletteFlagsGrayScale | Indicates that the palette contains only grayscale entries. |
PaletteFlagsHalftone | Indicates that the palette is the Microsoft Windows halftone palette. |