VSTGUI  3.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
CColor Struct Reference

Color structure. More...

#include <vstgui.h>

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: