The FIRGBA16 type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
![]() | CompareTo | Overloaded. |
![]() | Equals | Overloaded. |
![]() | 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
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Tests whether two specified FIRGBA16 structures are equivalent.
|
![]() ![]() | Implicit | Overloaded. |
![]() ![]() | Inequality |
Tests whether two specified FIRGBA16 structures are different.
|
Fields
Name | Description | |
---|---|---|
![]() | alpha |
The alpha color component.
|
![]() | blue |
The blue color component.
|
![]() | green |
The green color component.
|
![]() | red |
The red color component.
|