CColor Struct Reference

Color structure. More...

#include <vstgui.h>

List of all members.

Public Member Functions

CColoroperator() (unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha)
CColoroperator= (const CColor &newColor)
CColor operator~ ()
bool operator!= (const CColor &other) const
bool operator== (const CColor &other) const

Public Attributes

unsigned char red
unsigned char green
unsigned char blue
unsigned char alpha

Detailed Description

Color structure.


Member Function Documentation

bool operator!= ( const CColor other  )  const [inline]
CColor& operator() ( unsigned char  red,
unsigned char  green,
unsigned char  blue,
unsigned char  alpha 
) [inline]
CColor& operator= ( const CColor newColor  )  [inline]
bool operator== ( const CColor other  )  const [inline]
CColor operator~ (  )  [inline]

Member Data Documentation

unsigned char alpha
unsigned char blue
unsigned char green
unsigned char red

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

Generated on Tue Sep 25 18:22:43 2012 for VSTGUI by  doxygen 1.6.1