Unit WordXYZABitmap
Description
Supplies a bitmap in XYZ colorspace with word values (16-bit per channel) and transparency.
Pixels are in TWordXYZA format, based on CIE 1931 XYZ colorspace (TWordXYZAColorspace).
This format is generally used as an intermediary format.
Bitmap units: BGRABitmap, ExpandedBitmap, BGRAGrayscaleMask, LinearRGBABitmap, WordXYZABitmap
, XYZABitmap.
Uses
Overview
Structures
Name | Description |
---|---|
Class TWordXYZABitmap |
Bitmap with TWordXYZA pixel format, CIE 1931 XYZ with word values (16-bit per channel). |
Functions and Procedures
operator = (const c1, c2: TWordXYZA): boolean; inline; |
Constants
WordXYZATransparent : TWordXYZA = (X:0; Y:0; Z:0; alpha:0); |
Description
Functions and Procedures
operator = (const c1, c2: TWordXYZA): boolean; inline; |
This item has no description. |
Constants
WordXYZATransparent : TWordXYZA = (X:0; Y:0; Z:0; alpha:0); |
This item has no description. |