Color.FromOklch
Color.FromOklch method
Returns a new Color with the requested luminance, chroma, hue values for OKLAB model.
public static Color FromOklch(float luminance, float chroma, float hue)
| Parameter | Type | Description |
|---|---|---|
| luminance | Single | A float that represents the luminance component of the color. |
| chroma | Single | A float that represents the chroma component of the color. |
| hue | Single | A float that represents the hue component of the color. |
Return Value
A new instance of the Color class
See Also
- class Color
- namespace Aspose.Svg.Drawing
- assembly Aspose.SVG