Method FromBgr
FromBgr(int)
Creates an opaque Color32 from a packed 24-bit BGR integer (0xBBGGRR
).
public static Color32 FromBgr(int bgr)
Parameters
bgr
int
Returns
FromBgr(int, byte)
Creates a Color32 from a packed 24-bit BGR integer (0xBBGGRR
) and an alpha.
public static Color32 FromBgr(int bgr, byte a)