Table of Contents

Method FromBgr

Namespace
PaintDotNet
Assembly
PaintDotNet.Core.dll

FromBgr(byte, byte, byte)

Creates a new ColorBgra instance with the given color values, and 255 for alpha.

public static ColorBgra FromBgr(byte b, byte g, byte r)

Parameters

b byte
g byte
r byte

Returns

ColorBgra