Table of Contents

Method GetArgbValues

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

GetArgbValues(out byte, out byte, out byte, out byte)

Returns ARGB values of the Color

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

Parameters

a byte

Value of A.

r byte

Value of R.

g byte

Value of G.

b byte

Value of B.