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