RGBTRIPLE Implicit Conversion Operators

FreeImage.NET

RGBTRIPLE  Conversion Operators
Overload List
  Name Description
Public operator Static member (Color to RGBTRIPLE)
Converts the value of a Color structure to a RGBTRIPLE structure.
Public operator Static member (UInt32 to RGBTRIPLE)
Converts the value of an UInt32 structure to a RGBTRIPLE structure.
Public operator Static member (RGBTRIPLE to Color)
Converts the value of a RGBTRIPLE structure to a Color structure.
Public operator Static member (RGBTRIPLE to UInt32)
Converts the value of a RGBTRIPLE structure to an UInt32 structure.
Top
See Also