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

The following tables list the members exposed by ColorResolutionCommand.

Public Constructors

 NameDescription
Public Constructor ColorResolutionCommand ConstructorOverloaded.  Initializes a new ColorResolutionCommand with default parameters.  
Top

Public Properties

 NameDescription
Public Property BitsPerPixel The number of bits per pixel for the conversion. Valid values are 1, 2, 3, 4, 5, 6, 7, 8, 12, 16, 24, 32, 48 and 64.  
Public Property DestinationImage Gets the resulting image.  
Public Property DitheringMethod Dithering options  
Public Property Mode Indicates options for this ColorResolutionCommand.  
Public Property Order The desired color order for the conversion.  
Public Property Palette The custom palette to use.  
Public Property PaletteFlags Palette options  
Top

Public Methods

 NameDescription
Public Method RunOverloaded. Overridden.  Implements IRasterCommand.Run  
Public Method ToStringOverridden.  Overridden. Returns a meaningful name for this command.  
Top

See Also