The FIRGBA16 type exposes the following members.

Constructors

  NameDescription
FIRGBA16
Initializes a new instance based on the specified Color.

Methods

  NameDescription
CompareToOverloaded.
EqualsOverloaded.
GetHashCode
Returns a hash code for this FIRGBA16 structure.
(Overrides ValueType..::.GetHashCode()()().)
ToString
Converts the numeric value of the FIRGBA16 object to its equivalent string representation.
(Overrides ValueType..::.ToString()()().)

Operators

  NameDescription
Equality
Tests whether two specified FIRGBA16 structures are equivalent.
ImplicitOverloaded.
Inequality
Tests whether two specified FIRGBA16 structures are different.

Fields

  NameDescription
alpha
The alpha color component.
blue
The blue color component.
green
The green color component.
red
The red color component.

Properties

  NameDescription
Color
Gets or sets the Color of the structure.

See Also