The RGBTRIPLE type exposes the following members.

Constructors

  NameDescription
RGBTRIPLE
Initializes a new instance based on the specified Color.

Methods

  NameDescription
CompareToOverloaded.
EqualsOverloaded.
GetHashCode
Returns a hash code for this RGBTRIPLE structure.
(Overrides ValueType..::.GetHashCode()()().)
ToString
Converts the numeric value of the RGBTRIPLE object to its equivalent string representation.
(Overrides ValueType..::.ToString()()().)

Operators

  NameDescription
Equality
Tests whether two specified RGBTRIPLE structures are equivalent.
ImplicitOverloaded.
Inequality
Tests whether two specified RGBTRIPLE structures are different.

Fields

  NameDescription
rgbtBlue
The blue color component.
rgbtGreen
The green color component.
rgbtRed
The red color component.

Properties

  NameDescription
Color
Gets or sets the Color of the structure.

See Also