FSharpAux


Color

Namespace: FSharpAux
Parent Module: Colors

Color structure

Record Fields

Record FieldDescription
A
Signature: byte

The alpha component value of this Color structure.

B
Signature: byte

The blue component value of this Color structure.

G
Signature: byte

The green component value of this Color structure.

R
Signature: byte

The red component value of this Color structure.

Fork me on GitHub