FreeImage.NET Class Library Reference
RGBQUAD Operators and Type Conversions |
The RGBQUAD type exposes the following members.
Operators
Name | Description | |
---|---|---|
Equality |
Tests whether two specified RGBQUAD structures are equivalent.
|
|
(Color to RGBQUAD) | ||
(UInt32 to RGBQUAD) | ||
(RGBQUAD to Color) |
Converts the value of a RGBQUAD structure to a Color structure.
|
|
(RGBQUAD to UInt32) | ||
Inequality |
Tests whether two specified RGBQUAD structures are different.
|
See Also