pub struct AxialAberration {
pub enable: bool,
pub amount: f32,
pub color_type: AxialAberrationType,
}Expand description
Artifact that is caused by the light rays entering the lens at a different rate at different focal distances.
Fields§
§enable: boolFlag indicating whether axial aberration is enabled
amount: f32Amount of the axial aberration effect
color_type: AxialAberrationTypeColor type for the aberration
Auto Trait Implementations§
impl Freeze for AxialAberration
impl RefUnwindSafe for AxialAberration
impl Send for AxialAberration
impl Sync for AxialAberration
impl Unpin for AxialAberration
impl UnwindSafe for AxialAberration
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