Method BgraToUInt32
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Core.dll
BgraToUInt32(byte, byte, byte, byte)
Packs color and alpha values into a 32-bit integer.
public static uint BgraToUInt32(byte b, byte g, byte r, byte a)
Parameters
Returns
BgraToUInt32(int, int, int, int)
Packs color and alpha values into a 32-bit integer.
public static uint BgraToUInt32(int b, int g, int r, int a)