Table of Contents

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

r byte

The red channel.

g byte

The green channel.

b byte

The blue channel.

Returns

ColorRgb

The color.