Table of Contents

Method Deconstruct

Namespace
LMKit.Media.Image
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
g byte
b byte
a byte