Packed Record THSLAPixel
Unit
Declaration
type THSLAPixel = packed record
Description
Pixel color defined in linear HSL colorspace. Gamma correction is taken into account. Values range from 0 to 65535.
Overview
Fields
hue: word; |
|
saturation: word; |
|
lightness: word; |
|
alpha: word; |
Description
Fields
hue: word; |
|
|
saturation: word; |
|
|
lightness: word; |
|
|
alpha: word; |
|
Opacity of the pixel. 0 is transparent and 65535 is opaque |