<< Click here to display Table of Contents >> Navigation: Code Documentation > RSVML > RSGdiPlusGraphicsTypes > Enumerations:
Comments (0)
Defines an enumeration of selected information about pixel formats used in bitmaps
Namespace: RSGdiPlusGraphicsTypes
Delphi
type TRSGPPixelFormatFlag = ( pffIndexed, pffGDI, pffAlpha, pffPreMultipliedAlpha, pffExtended, pffCanonical);
Name
Description
pffAlpha
Has an alpha channel
pffCanonical
Represents constant pffCanonical.
pffExtended
Represents constant pffExtended.
pffGDI
Represents constant pffGDI.
pffIndexed
Represents constant pffIndexed.
pffPreMultipliedAlpha
Alpha information has been pre-multiplied into the red, green, blue color values
Top
•RSGdiPlusGraphicsTypes.TRSGPPixelFormatFlags
•RSGdiPlusGraphicsTypes