FreeImage.NET Class Library Reference
RGBTRIPLE Methods |
The RGBTRIPLE type exposes the following members.
Methods
Name | Description | |
---|---|---|
CompareTo(Object) |
Compares this instance with a specified Object.
|
|
CompareTo(RGBTRIPLE) |
Compares this instance with a specified RGBTRIPLE object.
|
|
Equals(Object) |
Tests whether the specified object is a RGBTRIPLE structure
and is equivalent to this RGBTRIPLE structure.
(Overrides ValueTypeEquals(Object).) |
|
Equals(RGBTRIPLE) | ||
GetHashCode |
Returns a hash code for this RGBTRIPLE structure.
(Overrides ValueTypeGetHashCode.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
ToString |
Converts the numeric value of the RGBTRIPLE object
to its equivalent string representation.
(Overrides ValueTypeToString.) |
See Also