 | CsCalRGB Class |
Represents a CIE-based ABC color space with only one transformation stage instead of two.
Inheritance Hierarchy Namespace: Patagames.Pdf.Net.ColorSpaceAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic class CsCalRGB : CIEBased
Public Class CsCalRGB
Inherits CIEBased
public ref class CsCalRGB : public CIEBased
type CsCalRGB =
class
inherit CIEBased
end
public class CsCalRGB extends CIEBased
Patagames.Pdf.Net.ColorSpace.CsCalRGB = function();
Type.createClass(
'Patagames.Pdf.Net.ColorSpace.CsCalRGB',
Patagames.Pdf.Net.ColorSpace.CIEBased);
The CsCalRGB type exposes the following members.
Constructors | Name | Description |
---|
 | CsCalRGB |
Creates new color space objects
|
Top
Properties | Name | Description |
---|
 | Gamma |
Gets or sets the gamma for the red, green, and blue(A, B, and C) components of the color space.
|
 | Matrix |
Gets or sets the matrix specifying the linear interpretation of the components of the color space.
|
 | Name |
Gets the name of the color space.
(Overrides PdfColorSpaceName) |
Top
Remarks
In this type of space, A, B, and C represent calibrated red, green, and blue color values.
These three color components must be in the range 0.0 to 1.0; component values falling outside that range
are adjusted to the nearest valid value without error indication.
See Also