RGBQUAD Implicit Conversion Operators

FreeImage.NET

RGBQUAD  Conversion Operators
Overload List
  Name Description
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.
Top
See Also