FIRGBA16 Operators and Type Conversions

FreeImage.NET

FIRGBA16 Operators and Type Conversions

The FIRGBA16 type exposes the following members.

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