The ColorConverter type exposes the following members.
Name | Description | |
---|---|---|
ColorConverter | Overloaded. Initializes a new instance of the ColorConverter class. |
Name | Description | |
---|---|---|
Apply |
Produces a transformed copy of a given bitmap. The source bitmap remains unchanged. (Inherited from Transform.) |
|
ConvertColor | Overloaded. Converts a given color into another color space. |
|
Dispose |
Releases all resources used by this PipelineElement. (Inherited from PipelineElement.) |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetPathTransformMatrix |
Gets the transform matrix from an image. (Inherited from Transform.) |
|
GetType | (Inherited from Object.) | |
IsPixelFormatSupported |
Verifies whether the specified pixel format is supported by this PipelineElement. (Inherited from PipelineElement.) |
|
MemberwiseClone | (Inherited from Object.) | |
RunPipeline |
Runs a pipeline staring from this PipelineElement. (Inherited from PipelineElement.) |
|
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
BackgroundColor |
Gets or sets a background color used when alpha channel is flatten. |
|
ColorManagementEngine |
Gets or sets color management engine which will be used during image transformation. Graphics Mill supports the following engines: LittleCMS and Adobe CMM. The property also allows disabling color management and perform transformation without color matching. |
|
DefaultSourceProfile |
Gets or sets a default input color profile. |
|
DestinationPixelFormat |
Gets or sets a destination pixel format. |
|
DestinationProfile |
Gets or sets the output color profile. |
|
DeviceLinkProfile |
Gets or sets a device link color profile. |
|
Dithering |
Gets or sets a dithering algorithm used to emulate missing halftones. |
|
DitheringIntensity |
Gets or sets a dithering intensity. |
|
DropDestinationProfile |
Gets or sets a boolean value defining whether the resulting file contains the destination profile. |
|
Id |
Gets or sets a unique identifier of this PipelineElement. (Inherited from PipelineElement.) |
|
Ink | ||
Opacity |
Gets or sets a value to initialize alpha channel when converting from pixel format which does not support alpha to pixel format which does. |
|
Palette |
Gets or sets a palette used during conversion to indexed pixel formats. |
|
Receivers |
Gets a collection of pipeline elements that will receive the result of this PipelineElement. (Inherited from PipelineElement.) |
|
SupportedPixelFormats |
Gets a collection of pixel formats that are supported by this PipelineElement. (Inherited from PipelineElement.) |
|
TargetDeviceProfile |
Gets or sets the target device profile used for chain transformations. |
|
TransformationIntent |
Gets or sets the intent which defines gamut mapping method. |
|
TransparentIndexThreshold |
Gets or sets a transparency threshold. |
Name | Description | |
---|---|---|
OnInit |
Occurs when the pipeline element is initialized. (Inherited from PipelineElement.) |