FSharpGephiStreamer


Color

Namespace: FSharpGephiStreamer
Parent Module: Colors

Represents an ARGB (alpha, red, green, blue) color

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