Table of Contents

Method GetRgbValues

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

GetRgbValues(out byte, out byte, out byte)

Returns RGB values of the Color

public void GetRgbValues(out byte r, out byte g, out byte b)

Parameters

r byte

Value of R.

g byte

Value of G.

b byte

Value of B.