Method FromRgb
- Namespace
- LMKit.Graphics.Primitives
- Assembly
- LM-Kit.NET.dll
FromRgb(byte, byte, byte)
Converts 8-bit sRGB components to CIELAB (D65).
public static LabColor FromRgb(byte r, byte g, byte b)
Converts 8-bit sRGB components to CIELAB (D65).
public static LabColor FromRgb(byte r, byte g, byte b)