pub struct ColorChannelMixer {
pub rr: Option<f64>,
pub rg: Option<f64>,
pub rb: Option<f64>,
pub gr: Option<f64>,
pub gg: Option<f64>,
pub gb: Option<f64>,
pub br: Option<f64>,
pub bg: Option<f64>,
pub bb: Option<f64>,
}Fields§
§rr: Option<f64>§rg: Option<f64>§rb: Option<f64>§gr: Option<f64>§gg: Option<f64>§gb: Option<f64>§br: Option<f64>§bg: Option<f64>§bb: Option<f64>Trait Implementations§
Source§impl Default for ColorChannelMixer
impl Default for ColorChannelMixer
Source§fn default() -> ColorChannelMixer
fn default() -> ColorChannelMixer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ColorChannelMixer
impl RefUnwindSafe for ColorChannelMixer
impl Send for ColorChannelMixer
impl Sync for ColorChannelMixer
impl Unpin for ColorChannelMixer
impl UnsafeUnpin for ColorChannelMixer
impl UnwindSafe for ColorChannelMixer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more