pub struct Frgb {
pub fr: f64,
pub fg: f64,
pub fb: f64,
}Expand description
TS FRGB — values from 0 to 1 (can be above 1, can be negative).
Fields§
§fr: f64§fg: f64§fb: f64Trait Implementations§
impl Copy for Frgb
impl StructuralPartialEq for Frgb
Auto Trait Implementations§
impl Freeze for Frgb
impl RefUnwindSafe for Frgb
impl Send for Frgb
impl Sync for Frgb
impl Unpin for Frgb
impl UnsafeUnpin for Frgb
impl UnwindSafe for Frgb
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