IDitheringSessionGetDitheredColor Method
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.0.0-preview.1
Color32 GetDitheredColor(
Color32 origColor,
int x,
int y
)
Function GetDitheredColor (
origColor As Color32,
x As Integer,
y As Integer
) As Color32
Color32 GetDitheredColor(
Color32 origColor,
int x,
int y
)
abstract GetDitheredColor :
origColor : Color32 *
x : int *
y : int -> Color32
- origColor Color32
- The original color to be dithered.
- x Int32
- The x-coordinate of the pixel to be dithered represented by the specified origColor.
- y Int32
- The y-coordinate of the pixel to be dithered represented by the specified origColor.
Color32The dithered color of the specified
origColor that may depend on the specified coordinates.