Type Alias RGBAColourF

Source
pub type RGBAColourF = OfxRGBAColourF;

Aliased Type§

struct RGBAColourF {
    pub r: f32,
    pub g: f32,
    pub b: f32,
    pub a: f32,
}

Fields§

§r: f32§g: f32§b: f32§a: f32

Trait Implementations§

Source§

impl PixelFormat for RGBAColourF

Source§

impl PixelFormatRGB for RGBAColourF

Source§

fn r(&self) -> &Self::ChannelValue

Source§

fn r_mut(&mut self) -> &mut Self::ChannelValue

Source§

fn g(&self) -> &Self::ChannelValue

Source§

fn g_mut(&mut self) -> &mut Self::ChannelValue

Source§

fn b(&self) -> &Self::ChannelValue

Source§

fn b_mut(&mut self) -> &mut Self::ChannelValue

Source§

impl PixelFormatRGBA for RGBAColourF

Source§

fn new( r: Self::ChannelValue, g: Self::ChannelValue, b: Self::ChannelValue, a: Self::ChannelValue, ) -> Self

Source§

fn a(&self) -> &Self::ChannelValue

Source§

fn a_mut(&mut self) -> &mut Self::ChannelValue