Struct nstd_gl::NSTDGLColor [−][src]
#[repr(C)]pub struct NSTDGLColor {
pub r: c_double,
pub g: c_double,
pub b: c_double,
pub a: c_double,
}Expand description
Represents a color.
Fields
r: c_doubleg: c_doubleb: c_doublea: c_doubleTrait Implementations
Returns the “default value” for a type. Read more