|
This class represents the calibrated RGB color space.
Calibrated color spaces specify values which are device
independent and more akin to the way we perceive colors.
The result is that, within the limits of an ouput device,
calibrated colors will appear the same even when displayed on
different devices.
This is definitively detailed in:.
The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 64,
page 146.
CalRGB is a three-component CIE-based color space that maps RGB
values to CIE XYZ through a per-channel gamma correction followed
by a linear matrix transform.
The attached attributes dictionary supplies the gamma values,
the 3×3 matrix, the white point, and an optional black point. These
four items together fully characterise the color space.
CalRGB is suitable for representing display-referred content
where the RGB primaries and viewing conditions are known. Its
device-independent definition enables accurate color transformation
to other spaces.
System.Object
WebSupergoo.ABCpdf14.Elements.Element
WebSupergoo.ABCpdf14.Elements.ColorSpaceElement
WebSupergoo.ABCpdf14.Elements.CalRGBColorSpaceElement
|