Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ColorResolutionCommand Class Members
See Also  Properties  Methods  Events
Leadtools.ImageProcessing Namespace : ColorResolutionCommand Class


The following tables list the members exposed by ColorResolutionCommand.

Public Constructors

 NameDescription
Public ConstructorColorResolutionCommand ConstructorOverloaded.  Initializes a new instance of the ColorResolutionCommand class with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyBitsPerPixel Gets or sets the number of bits per pixel for the conversion.  
Public PropertyColors Gets or sets the number of colors to use in the palette  
Public PropertyDestinationImage Gets the resulting image.  
Public PropertyDitheringMethod Gets or sets the dithering options used when converted the image.  
Public PropertyHasProgress Determines if the command object has a progress event handler set. (Inherited from RasterCommand)
Public PropertyInitAlpha Indicates whether to initialize the alpha channel values when converting to 32 or 64-bit images.  
Public PropertyMode Gets or sets the the behaviour of the command.  
Public PropertyOrder Gets or sets the desired color order for the conversion.  
Public PropertyPaletteFlags Gets or sets the Palette options used when converted the image.  
Top

Public Methods

 NameDescription
Public MethodGetPalette Gets the custom palette to use when converting the image.  
Public MethodOnProgress Implements IRasterCommand.OnProgress. (Inherited from RasterCommand)
Public MethodSetPalette Sets the custom palette to use when converting the image.  
Public MethodToStringOverridden.  Overridden. Returns a meaningful name for this command.  
Top

Public Events

 NameDescription
Public EventData Occurs during the ColorResolutionCommand, to provide the converted data.  
Public EventProgress Implements Progress. (Inherited from RasterCommand)
Top

See Also