The RGBQUAD type exposes the following members.

Constructors

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

Methods

  NameDescription
CompareToOverloaded.
EqualsOverloaded.
GetHashCode
Returns a hash code for this RGBQUAD structure.
(Overrides ValueType..::.GetHashCode()()().)
ToColor
Converts an array of RGBQUAD into an array of Color.
ToRGBQUAD
Converts an array of Color into an array of RGBQUAD.
ToString
Converts the numeric value of the RGBQUAD object to its equivalent string representation.
(Overrides ValueType..::.ToString()()().)

Operators

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

Fields

  NameDescription
rgbBlue
The blue color component.
rgbGreen
The green color component.
rgbRed
The red color component.
rgbReserved
The alpha color component.
uintValue
The color's value.

Properties

  NameDescription
Color
Gets or sets the Color of the structure.

See Also