Method FromArgb
FromArgb(int)
Creates a Color32 from a packed 32-bit ARGB integer (0xAARRGGBB
).
public static Color32 FromArgb(int argb)
Parameters
argb
int
Creates a Color32 from a packed 32-bit ARGB integer (0xAARRGGBB
).
public static Color32 FromArgb(int argb)
argb
int