This documentation is for the old version. Go to the latest Graphics Mill docs

PixelFormatConverter Properties

The PixelFormatConverter type exposes the following members.

Properties

Name Description
Public property BackgroundColor

Gets/sets a background color used when alpha channel is flatten.

Public property BackgroundEnabled

Gets/sets value that specifies if it is necessary to use BackgroundColor value to flatten alpha channel when converting from pixel format with alpha to pixel format without it.

Public property BuildAdaptivePaletteWithAlpha

Gets/sets a value which specifies whether the alpha channel should be taken into account when building an adaptive palette.

Public property CmykColorProfile

Gets/sets an output color profile which is used to convert bitmap to CMYK color space.

Public property ColorManagementEngine

Gets/sets color management engine (module) which will be used during image transformation. Graphics Mill for .NET supports the following engines: LittleCMS and Adobe CMM. The property also allows to disable color management and perform transformation without color matching.

Public property ColorQuantizationAlgorithm

Gets/sets a color quantiztion algorithm used to reduce colors.

Public property Completed

Returns value indicating if the operation is currently running.

(Inherited from SyncHandler.)
Public property CustomPalette

Gets/sets a custom palette used during conversion to indexed pixel formats.

Public property DestinationPixelFormat

Gets/sets a destination pixel format.

Public property Dithering

Gets/sets dithering algorithm used when performing conversion to indexed pixel format.

Public property DitheringIntensity

Gets/sets dithering intensity used when performing conversion to indexed pixel format.

Public property ExceptionThrowEnabled

Gets/sets value that specifies if to throw exception in synchronous mode.

(Inherited from SyncHandler.)
Public property GrayScaleColorProfile

Gets/sets an output color profile which is used to convert bitmap to grayscale color space.

Public property Locked

Indicates if the object has been locked.

(Inherited from SyncHandler.)
Public property Opacity

Gets/sets a value which will initialize alpha channel when converting from pixel format which does not support alpha to pixel format which does.

Public property PaletteAlphaThreshold

Gets/sets a value which specifies the alpha threshold.

Public property PaletteAlphaThresholdUsed

Gets/sets a value which specifies whether the alpha threshold should be used when building an adaptive palette.

Public property PaletteEntryCount

Gets/sets the maximum number of colors in palette that should be used when performing conversion to an indexed pixel format.

Public property PaletteType

Gets/sets a value that specifies a palette used when performing conversion to indexed pixel format.

Public property Priority

Gets/sets a priority for the auxilary thread.

(Inherited from SyncHandler.)
Public property QuantizationTo8bBitsUsed

Gets/sets the number of bits which are in fact used for this channel.

Public property QuantizationTo8bOffset

Gets/sets the offset on which intensity of a pixel will be calculated.

Public property QuantizationTo8bScale

Gets/sets the range in which pixel intensity values will vary.

Public property RgbColorProfile

Gets/sets an output color profile which is used to convert bitmap to RGB color space.

Public property SupportedPixelFormats

Returns an array of pixel formats that are supported by this transform.

(Inherited from BitmapTransform.)
Public property SynchronizationMode

Gets/sets synchronization mode for the object.

(Inherited from SyncHandler.)
Public property TargetColorProfile

Gets/sets target device profile used for chain transformations.

Public property Timeout

Gets/sets value specifying maximum time for which object can be locked.

(Inherited from SyncHandler.)
Public property TransformationIntent

Gets/sets rendering intent used during color management.

Public property Unit

Gets/sets unit used to measure all the coordinates, sizes and other spatial values.

(Inherited from UnitConverterHandler.)

See Also

Reference