RGBTRIPLE Methods

FreeImage.NET

RGBTRIPLE Methods

The RGBTRIPLE type exposes the following members.

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