RGB components plus transparency (alpha value). More...
#include <cmtkRGB.h>
Public Member Functions | |
void | operator= (const RGB &rgb) |
Assignment operator. | |
Public Attributes | |
byte | B |
byte | G |
byte | R |
byte | Alpha |
RGB components plus transparency (alpha value).
Definition at line 64 of file cmtkRGB.h.
void cmtk::RGBA::operator= | ( | const RGB & | rgb ) | [inline] |
Assignment operator.
Definition at line 84 of file cmtkRGB.h.
References cmtk::RGB::B, cmtk::RGB::G, and cmtk::RGB::R.
Definition at line 81 of file cmtkRGB.h.
Referenced by cmtk::Colormap::ApplyPrimitive(), cmtk::ImageRGB::GetPixel(), and cmtk::ImageRGB::SetPixel().
Definition at line 78 of file cmtkRGB.h.
Referenced by cmtk::ImageRGB::GetPixel(), and cmtk::ImageRGB::SetPixel().
Definition at line 79 of file cmtkRGB.h.
Referenced by cmtk::ImageRGB::GetPixel(), and cmtk::ImageRGB::SetPixel().
Definition at line 80 of file cmtkRGB.h.
Referenced by cmtk::ImageRGB::GetPixel(), and cmtk::ImageRGB::SetPixel().