The FIRGBAF type exposes the following members.

Constructors

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

Methods

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

Operators

  NameDescription
Equality
Tests whether two specified FIRGBAF structures are equivalent.
ImplicitOverloaded.
Inequality
Tests whether two specified FIRGBAF 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