Public Member Functions | Public Attributes

cmtk::RGBA Class Reference
[cmtkPipeline Library]

RGB components plus transparency (alpha value). More...

#include <cmtkRGB.h>

List of all members.

Public Member Functions

void operator= (const RGB &rgb)
 Assignment operator.

Public Attributes

byte B
byte G
byte R
byte Alpha

Detailed Description

RGB components plus transparency (alpha value).

Definition at line 64 of file cmtkRGB.h.


Member Function Documentation

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.


Member Data Documentation

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().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines