RGBTRIPLE Operators and Type Conversions

FreeImage.NET

RGBTRIPLE Operators and Type Conversions

The RGBTRIPLE type exposes the following members.

Operators
  Name Description
Public operator Static member Equality
Tests whether two specified RGBTRIPLE structures are equivalent.
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.
Public operator Static member Inequality
Tests whether two specified RGBTRIPLE structures are different.
Top
See Also