Struct colorutils_rs::Sigmoidal
source · pub struct Sigmoidal {
pub sr: f32,
pub sg: f32,
pub sb: f32,
}Expand description
Represents color as sigmoid function: y = 1 / (1 + exp(-x))
and it’s inverse
x = ln(y / (1 - y))
Fields§
§sr: f32§sg: f32§sb: f32Implementations§
Trait Implementations§
source§impl PartialOrd for Sigmoidal
impl PartialOrd for Sigmoidal
impl Copy for Sigmoidal
impl StructuralPartialEq for Sigmoidal
Auto Trait Implementations§
impl Freeze for Sigmoidal
impl RefUnwindSafe for Sigmoidal
impl Send for Sigmoidal
impl Sync for Sigmoidal
impl Unpin for Sigmoidal
impl UnwindSafe for Sigmoidal
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)