Enum magick_rust::bindings::ColorspaceType
source · #[repr(u32)]pub enum ColorspaceType {
Show 40 variants
Undefined = 0,
CMY = 1,
CMYK = 2,
GRAY = 3,
HCL = 4,
HCLp = 5,
HSB = 6,
HSI = 7,
HSL = 8,
HSV = 9,
HWB = 10,
Lab = 11,
LCH = 12,
LCHab = 13,
LCHuv = 14,
Log = 15,
LMS = 16,
Luv = 17,
OHTA = 18,
Rec601YCbCr = 19,
Rec709YCbCr = 20,
RGB = 21,
scRGB = 22,
sRGB = 23,
Transparent = 24,
xyY = 25,
XYZ = 26,
YCbCr = 27,
YCC = 28,
YDbDr = 29,
YIQ = 30,
YPbPr = 31,
YUV = 32,
LinearGRAY = 33,
Jzazbz = 34,
DisplayP3 = 35,
Adobe98 = 36,
ProPhoto = 37,
Oklab = 38,
Oklch = 39,
}
Variants§
Undefined = 0
CMY = 1
CMYK = 2
GRAY = 3
HCL = 4
HCLp = 5
HSB = 6
HSI = 7
HSL = 8
HSV = 9
HWB = 10
Lab = 11
LCH = 12
LCHab = 13
LCHuv = 14
Log = 15
LMS = 16
Luv = 17
OHTA = 18
Rec601YCbCr = 19
Rec709YCbCr = 20
RGB = 21
scRGB = 22
sRGB = 23
Transparent = 24
xyY = 25
XYZ = 26
YCbCr = 27
YCC = 28
YDbDr = 29
YIQ = 30
YPbPr = 31
YUV = 32
LinearGRAY = 33
Jzazbz = 34
DisplayP3 = 35
Adobe98 = 36
ProPhoto = 37
Oklab = 38
Oklch = 39
Trait Implementations§
source§impl Clone for ColorspaceType
impl Clone for ColorspaceType
source§fn clone(&self) -> ColorspaceType
fn clone(&self) -> ColorspaceType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ColorspaceType
impl Debug for ColorspaceType
source§impl Hash for ColorspaceType
impl Hash for ColorspaceType
source§impl PartialEq for ColorspaceType
impl PartialEq for ColorspaceType
source§fn eq(&self, other: &ColorspaceType) -> bool
fn eq(&self, other: &ColorspaceType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ColorspaceType
impl Eq for ColorspaceType
impl StructuralPartialEq for ColorspaceType
Auto Trait Implementations§
impl Freeze for ColorspaceType
impl RefUnwindSafe for ColorspaceType
impl Send for ColorspaceType
impl Sync for ColorspaceType
impl Unpin for ColorspaceType
impl UnwindSafe for ColorspaceType
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: 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
)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
)