ae v0.0.3186 (2022-07-03T09:06:15Z)
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.