RGBQUAD Methods

FreeImage.NET

RGBQUAD Methods

The RGBQUAD type exposes the following members.

Methods
  Name Description
Public method CompareTo(Object)
Compares this instance with a specified Object.
Public method CompareTo(RGBQUAD)
Compares this instance with a specified RGBQUAD object.
Public method Equals(Object)
Tests whether the specified object is a RGBQUAD structure and is equivalent to this RGBQUAD structure.
(Overrides ValueTypeEquals(Object).)
Public method Equals(RGBQUAD)
Tests whether the specified RGBQUAD structure is equivalent to this RGBQUAD structure.
Public method GetHashCode
Returns a hash code for this RGBQUAD structure.
(Overrides ValueTypeGetHashCode.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Static member ToColor
Converts an array of RGBQUAD into an array of Color.
Public method Static member ToRGBQUAD
Converts an array of Color into an array of RGBQUAD.
Public method ToString
Converts the numeric value of the RGBQUAD object to its equivalent string representation.
(Overrides ValueTypeToString.)
Top
See Also