struct Lut3x3 {
input: [Vec<f32>; 3],
clut: Vec<f32>,
grid_size: u8,
gamma: [Vec<f32>; 3],
interpolation_method: InterpolationMethod,
pcs: DataColorSpace,
}Fields§
§input: [Vec<f32>; 3]§clut: Vec<f32>§grid_size: u8§gamma: [Vec<f32>; 3]§interpolation_method: InterpolationMethod§pcs: DataColorSpaceImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Lut3x3
impl RefUnwindSafe for Lut3x3
impl Send for Lut3x3
impl Sync for Lut3x3
impl Unpin for Lut3x3
impl UnsafeUnpin for Lut3x3
impl UnwindSafe for Lut3x3
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