pub struct SpotColor {
pub tint_values: Vec<f64>,
pub color_space: SpotColorSpace,
}Expand description
Native Separation/DeviceN color info for PDF output.
Fields§
§tint_values: Vec<f64>Tint values from the most recent setcolor (1 for Separation, N for DeviceN).
color_space: SpotColorSpaceColor space definition for this spot color.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpotColor
impl RefUnwindSafe for SpotColor
impl Send for SpotColor
impl Sync for SpotColor
impl Unpin for SpotColor
impl UnsafeUnpin for SpotColor
impl UnwindSafe for SpotColor
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