RGBQUAD Operators and Type Conversions

FreeImage.NET

RGBQUAD Operators and Type Conversions

The RGBQUAD type exposes the following members.

Operators
  Name Description
Public operator Static member Equality
Tests whether two specified RGBQUAD structures are equivalent.
Public operator Static member (Color to RGBQUAD)
Converts the value of a Color structure to a RGBQUAD structure.
Public operator Static member (UInt32 to RGBQUAD)
Converts the value of an UInt32 structure to a RGBQUAD structure.
Public operator Static member (RGBQUAD to Color)
Converts the value of a RGBQUAD structure to a Color structure.
Public operator Static member (RGBQUAD to UInt32)
Converts the value of a RGBQUAD structure to an UInt32 structure.
Public operator Static member Inequality
Tests whether two specified RGBQUAD structures are different.
Top
See Also