Struct freeimage::ffi::tagFIRGBAF [−][src]
#[repr(C, packed)]pub struct tagFIRGBAF { pub red: f32, pub green: f32, pub blue: f32, pub alpha: f32, }
128-bit RGBA Float
Fields
red: f32
green: f32
blue: f32
alpha: f32
Trait Implementations
impl Clone for tagFIRGBAF
[src]
impl Clone for tagFIRGBAF
[src]