pngtext ~master (2020-01-07T20:32:17Z)
Dub
Repo
__anonymous.__anonymous
arsd
color
Color
__anonymous
Holder for rgba individual components.
union
__anonymous
struct
__anonymous {
ubyte
r
;
ubyte
g
;
ubyte
b
;
ubyte
a
;
}
Members
Variables
a
ubyte
a
;
alpha. 255 == opaque
b
ubyte
b
;
blue
g
ubyte
g
;
green
r
ubyte
r
;
red
Meta
Source
See Implementation
arsd
color
Color
__anonymous
structs
__anonymous
variables
asUint
components
Holder for rgba individual components.