IQuantizingSessionGetQuantizedColor Method
Gets the quantized color of the specified
origColor. If
Palette property has non-
return value,
then the result color must be a valid
Palette entry.
See also the
Remarks section of the
AlphaThreshold property for details.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.2.0
Color32 GetQuantizedColor(
Color32 origColor
)
Function GetQuantizedColor (
origColor As Color32
) As Color32
Color32 GetQuantizedColor(
Color32 origColor
)
abstract GetQuantizedColor :
origColor : Color32 -> Color32
- origColor Color32
- The original color to be quantized.
Color32The quantized color.