Table of Contents

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 int

Packed integer in the form 0xRRGGBBAA.

Returns

Color32

A Color32 instance representing the color.