enum

PDF::Content::GraphicsState::RenderingIntent

Inherits Enum < Comparable < Value < Object

Rendering intents for color reproduction.

Constants

AbsoluteColorimetric = 0
RelativeColorimetric = 1
Saturation = 2
Perceptual = 3

Instance methods

absolute_colorimetric?

Returns true if this enum value equals AbsoluteColorimetric

Source
perceptual?

Returns true if this enum value equals Perceptual

Source
relative_colorimetric?

Returns true if this enum value equals RelativeColorimetric

Source
saturation?

Returns true if this enum value equals Saturation

Source
to_pdf_name
Source