Table of Contents

Struct ARGBValue

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

A simple class which stores alpha, red, green and blue values as 8 bit unsigned integers in the range of 0-255.

public struct ARGBValue

Fields

A

Alpha component of a color.

B

Blue component of a color.

G

Green component of a color.

R

Red component of a color.