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

  Name Description
Public Constructor ColorResolutionCommand Constructor Overloaded.  Initializes a new instance of the ColorResolutionCommand class with default parameters.  
Top

Public Properties

  Name Description
Public Property BitsPerPixel Gets or sets the number of bits per pixel for the conversion.  
Public Property Colors Gets or sets the number of colors to use in the palette  
Public Property DestinationImage Gets the resulting image.  
Public Property DitheringMethod Gets or sets the dithering options used when converted the image.  
Public Property HasProgress Determines if the command object has a progress event handler set. (Inherited from RasterCommand)
Public Property InitAlpha Indicates whether to initialize the alpha channel values when converting to 32 or 64-bit images.  
Public Property Mode Gets or sets the the behaviour of the command.  
Public Property Order Gets or sets the desired color order for the conversion.  
Public Property PaletteFlags Gets or sets the Palette options used when converted the image.  
Top

Public Methods

  Name Description
Public Method GetPalette Gets the custom palette to use when converting the image.  
Public Method OnProgress Implements IRasterCommand.OnProgress. (Inherited from RasterCommand)
Public Method SetPalette Sets the custom palette to use when converting the image.  
Public Method ToString Overridden.  Overridden. Returns a meaningful name for this command.  
Top

Public Events

  Name Description
Public Event Data Occurs during the ColorResolutionCommand, to provide the converted data.  
Public Event Progress Implements Progress. (Inherited from RasterCommand)
Top

See Also