Method FromRgb
- Namespace
- DocWright.Core.Primitives
- Assembly
- DocWright.Core.dll
FromRgb(byte, byte, byte)
Creates a color from explicit channel values.
public static ColorRgb FromRgb(byte r, byte g, byte b)
Parameters
Returns
- ColorRgb
The color.
Creates a color from explicit channel values.
public static ColorRgb FromRgb(byte r, byte g, byte b)
The color.