#include <basegfx.h>
Public Member Functions | |
| bool | isTransparent () |
Public Attributes | |
| union { | |
| int rgb | |
| struct { | |
| char r | |
| char g | |
| char b | |
| char a | |
| } channel | |
| }; | |
Definition at line 334 of file basegfx.h.
| bool trgbpixel::isTransparent | ( | ) |
| int trgbpixel::rgb |
| char trgbpixel::r |
| char trgbpixel::g |
| char trgbpixel::b |
| char trgbpixel::a |
| struct { ... } trgbpixel::channel |
Referenced by getpixel(), isTransparent(), TrueColorImage::setpix(), and smoothimage().
| union { ... } |
1.5.1