LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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 Constructor ColorResolutionCommand ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public Property BitsPerPixelGets or sets the number of bits per pixel for the conversion. Supported in Silverlight, Windows Phone 7  
public Property ColorsGets or sets the number of colors to use in the palette Supported in Silverlight, Windows Phone 7  
public Property DestinationImageGets the resulting image. Supported in Silverlight, Windows Phone 7  
public Property DitheringMethodGets or sets the dithering options used when converted the image. Supported in Silverlight, Windows Phone 7  
public Property HasProgressDetermines if the command object has a progress event handler set. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Property InitAlphaIndicates whether to initialize the alpha channel values when converting to 32 or 64-bit images. Supported in Silverlight, Windows Phone 7  
public Property ModeGets or sets the the behaviour of the command. Supported in Silverlight, Windows Phone 7  
public Property OrderGets or sets the desired color order for the conversion. Supported in Silverlight, Windows Phone 7  
public Property PaletteFlagsGets or sets the Palette options used when converted the image. Supported in Silverlight, Windows Phone 7  
Top

Public Methods

 NameDescription
public Method GetPaletteGets the custom palette to use when converting the image. Supported in Silverlight, Windows Phone 7  
public Method OnProgressImplements OnProgress. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Method RunOverridden. Overrides RasterCommand.Run. Supported in Silverlight, Windows Phone 7  
public Method SetPaletteSets the custom palette to use when converting the image. Supported in Silverlight, Windows Phone 7  
public Method ToStringOverridden. Returns a meaningful name for this command. Supported in Silverlight, Windows Phone 7  
Top

Public Events

 NameDescription
public Event _progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Event DataOccurs during the ColorResolutionCommand, to provide the converted data. Supported in Silverlight, Windows Phone 7  
public Event ProgressImplements Progress. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also