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)
Creates a new ColorBgra instance with the given color and alpha values.
public static ColorBgra FromBgra(byte b, byte g, byte r, byte a)