Table of Contents

Method FromBgra

Namespace
PaintDotNet
Assembly
PaintDotNet.Core.dll

FromBgra(byte, byte, byte, byte)

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

public static ColorBgra FromBgra(byte b, byte g, byte r, byte a)

Parameters

b byte
g byte
r byte
a byte

Returns

ColorBgra