ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
CIEXYZTRIPLE
ae
utils
graphics
bitmap
Additional definitions for types used in the BMP header.
version(all)
struct
CIEXYZTRIPLE {
CIEXYZ
ciexyzRed
;
CIEXYZ
ciexyzGreen
;
CIEXYZ
ciexyzBlue
;
}
Members
Variables
ciexyzBlue
CIEXYZ
ciexyzBlue
;
ciexyzGreen
CIEXYZ
ciexyzGreen
;
ciexyzRed
CIEXYZ
ciexyzRed
;
Meta
Source
See Implementation
ae
utils
graphics
bitmap
aliases
FXPT2DOT30
enums
BI_BITFIELDS
structs
BitmapHeader
CIEXYZ
CIEXYZTRIPLE
Additional definitions for types used in the BMP header.