dimage ~master (2018-12-17T02:05:41Z)
Dub
Repo
Pixel32Bit
dimage
base
struct
Pixel32Bit {
union
__anonymous
;
auto ref
r
[@property getter];
auto ref
g
[@property getter];
auto ref
b
[@property getter];
auto ref
a
[@property getter];
}
Members
Properties
a
auto ref
a
[@property getter]
Alpha
b
auto ref
b
[@property getter]
Blue
g
auto ref
g
[@property getter]
Green
r
auto ref
r
[@property getter]
Red
Unions
__anonymous
union
__anonymous
Meta
Source
See Implementation
dimage
base
classes
Image
ImageBoundsException
ImageFormatException
PaletteBoundsException
enums
PixelFormat
interfaces
ImageMetadata
structs
Pixel32Bit
PixelRGB565
PixelRGBA5551