Enum obj::raw::material::MtlColor [−][src]
Expand description
A color specified in a .mtl
file
Variants
Color in the RGB color space
Color in the CIEXYZ color space
Color using a spectral curve
The first argument is the name of a .rfl
file specifying the curve.
The second argument is a multiplier for the values in the .rfl
file.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MtlColor
impl UnwindSafe for MtlColor
Blanket Implementations
Mutably borrows from an owned value. Read more