DitherCommand Properties |
The DitherCommand type exposes the following members.
Name | Description | |
---|---|---|
ApplyToAnyPixelFormat | Reports whether or not this command will be applied to any supplied PixelFormat image (Inherited from ImageCommand.) | |
CanApplyToAnyPixelFormat | Returns true if the command can be applied to any PixelFormat. (Inherited from ImageCommand.) | |
InPlaceProcessing | Gets a value indicating if the source image data is processed in-place as opposed to returning a new
image. (Inherited from ImageCommand.) | |
Matrix | Gets or sets the matrix to use for ordered dithering. The matrix must have either 4, 16, 64, or 256
elements in it representing 2x2, 4x4, 8x8 or 16x16 matrices, respectively. | |
Method | Set or get the method to be used for dithering. | |
Progress | Gets or sets the ProgressEventHandler delegate which can be used to view or cancel the
progress of the current process. (Inherited from ImageCommand.) | |
Serpentine | Set or get whether or not Floyd Steinberg dithering will operate in alternating left to right/right to
left patterns or simply left to right. | |
Standard16x16 | Returns a standard 16x16 ordered dithering matrix. | |
Standard2x2 | Returns a standard 2x2 ordered dithering matrix. | |
Standard4x4 | Returns a standard 4x4 ordered dithering matrix. | |
Standard8x8 | Returns a standard 8x8 ordered dithering matrix. | |
SupportedPixelFormats | Returns the set of PixelFormats that are supported by this image command. (Overrides ImageCommandSupportedPixelFormats.) |