Method FromRgba
- Namespace
- LMKit.Graphics.Primitives
- Assembly
- LM-Kit.NET.dll
FromRgba(int)
Creates a Color32 from a packed 32-bit RGBA integer (0xRRGGBBAA
).
public static Color32 FromRgba(int rgba)
Parameters
rgba
intPacked integer in the form 0xRRGGBBAA.