Table of Contents

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)

Parameters

r byte
g byte
b byte

Returns

LabColor
Share