Click or drag to resize

PdfCalRgbColorSpaceResource Class

A Calibrated color space as a resource.
Inheritance Hierarchy

Namespace:  Atalasoft.PdfDoc.Generating.ResourceHandling.Colors
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class PdfCalRgbColorSpaceResource : PdfCalibratedColorSpaceResource

The PdfCalRgbColorSpaceResource type exposes the following members.

Constructors
  NameDescription
Public methodPdfCalRgbColorSpaceResource
Initializes a new instance of the PdfCalRgbColorSpaceResource class.
Top
Properties
  NameDescription
Public propertyBlackPoint
Gets the black point.
(Inherited from PdfCalibratedColorSpaceResource.)
Public propertyBlueGamma
Gets or sets the blue gamma.
Public propertyColorSpaceType
Gets or sets the type of the color space.
(Inherited from PdfColorSpaceResource.)
Public propertyComponentMatrix
Gets the component matrix.
Public propertyGammas
Gets the gammas.
Public propertyGreenGamma
Gets or sets the green gamma.
Public propertyIsCalibrated
Gets or sets a value indicating whether this instance is calibrated.
(Inherited from PdfColorSpaceResource.)
Public propertyRedGamma
Gets or sets the red gamma.
Public propertyWhitePoint
Gets the white point.
(Inherited from PdfCalibratedColorSpaceResource.)
Top
Methods
  NameDescription
Public methodDispose
Disposes the resource.
(Inherited from PdfResource.)
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources
(Inherited from PdfResource.)
Protected methodDisposeManagedResources
Disposes the managed resources.
(Inherited from PdfResource.)
Protected methodDisposeUnmanagedResources
Disposes the unmanaged resources.
(Inherited from PdfResource.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the PdfResource is reclaimed by garbage collection.
(Inherited from PdfResource.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodThrowOnGammaOutOfRange
Throws the on gamma out of range.
(Inherited from PdfCalibratedColorSpaceResource.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also