Table of Contents

Method Deconstruct

Namespace
LMKit.Graphics.Primitives
Assembly
LM-Kit.NET.dll

Deconstruct(out byte, out byte, out byte, out byte)

Deconstructs the color into (r, g, b, a).

public void Deconstruct(out byte r, out byte g, out byte b, out byte a)

Parameters

r byte

Outputs the red channel (0..255).

g byte

Outputs the green channel (0..255).

b byte

Outputs the blue channel (0..255).

a byte

Outputs the alpha channel (0..255).