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
- rgbaint
- Packed integer in the form 0xRRGGBBAA.