Struct lcms2::Profile [] [src]

pub struct Profile { /* fields omitted */ }

Methods

impl Profile
[src]

Create an ICC virtual profile for sRGB space. sRGB is a standard RGB color space created cooperatively by HP and Microsoft in 1996 for use on monitors, printers, and the Internet.

Number of tone curves must be sufficient for the color space

This is a devicelink operating in CMYK for ink-limiting. Currently only cmsSigCmykData is supported. Limit: Amount of ink limiting in % (0..400%)

Trait Implementations

impl Drop for Profile
[src]

A method called when the value goes out of scope. Read more