aedi ~master (2019-08-16T15:58:29Z)
Dub
Repo
Color
configuration_primitives
A struct that should be managed by container.
struct
Color {
ubyte
r
;
ubyte
g
;
ubyte
b
;
}
Members
Variables
b
ubyte
b
;
Undocumented in source.
g
ubyte
g
;
Undocumented in source.
r
ubyte
r
;
Undocumented in source.
Meta
Source
See Implementation
configuration_primitives
classes
Car
CarManufacturer
DieselEngine
ElectricEngine
GasolineEngine
functions
drive
main
interfaces
Engine
structs
Color
Size
A struct that should be managed by container.