Method | Description | |
---|---|---|
Apply ( |
Perform color dithering for the specified image.
|
|
Apply ( UnmanagedImage sourceImage ) : |
Perform color dithering for the specified image.
|
|
OrderedColorDithering ( ) : System |
Initializes a new instance of the OrderedColorDithering class.
|
|
OrderedColorDithering ( byte matrix ) : System |
Initializes a new instance of the OrderedColorDithering class.
|
Method | Description | |
---|---|---|
GetClosestColor ( int red, int green, int blue, byte &colorIndex ) : Color |
public Apply ( |
||
sourceImage | Source image to do color dithering for. | |
return |
public Apply ( UnmanagedImage sourceImage ) : |
||
sourceImage | UnmanagedImage | Source image to do color dithering for. |
return |
public OrderedColorDithering ( byte matrix ) : System | ||
matrix | byte | Threshold matrix (see |
return | System |