CFx SDK Documentation
2022 SP0
|
#include <GiImage.h>
Public Member Functions | |
OdGiPixelBGRA32 () | |
OdGiPixelBGRA32 (OdUInt32 bgra) | |
OdGiPixelBGRA32 (OdUInt8 blue, OdUInt8 green, OdUInt8 red, OdUInt8 alpha) | |
OdUInt32 | getBGRA () const |
OdUInt32 | getRGBA () const |
OdUInt8 | blue () const |
OdUInt8 | green () const |
OdUInt8 | red () const |
OdUInt8 | alpha () const |
void | setBGRA (OdUInt32 bgra) |
void | setBGRA (OdUInt8 blue, OdUInt8 green, OdUInt8 red, OdUInt8 alpha) |
void | setRGBA (OdUInt32 rgba) |
void | setRGBA (OdUInt8 red, OdUInt8 green, OdUInt8 blue, OdUInt8 alpha) |
void | setBlue (OdUInt8 blue) |
void | setGreen (OdUInt8 green) |
void | setRed (OdUInt8 red) |
void | setAlpha (OdUInt8 alpha) |
This class defines pixel color parameters in RGB format, which stores an integer for red, green, and blue values, and also includes a value for alpha-shading.
Corresponding C++ library: TD_Gi
<group OdGi_Classes>
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |