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