Table of Contents

Method FromBgr

Namespace
LMKit.Media.Image
Assembly
LM-Kit.NET.dll

FromBgr(int)

Creates an opaque Color32 from a packed 24-bit BGR integer (0xBBGGRR).

public static Color32 FromBgr(int bgr)

Parameters

bgr int

Returns

Color32

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)

Parameters

bgr int
a byte

Returns

Color32