OpenStudio:model
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | List of all members
openstudio::model::ColorRGB Class Reference

#include <RenderingColor.hpp>

Public Member Functions

int blue () const
 
 ColorRGB (int r, int g, int b)
 Integer components of RGB color from 0-255. More...
 
int green () const
 
int red () const
 

Constructor & Destructor Documentation

openstudio::model::ColorRGB::ColorRGB ( int  r,
int  g,
int  b 
)

Integer components of RGB color from 0-255.

Member Function Documentation

int openstudio::model::ColorRGB::blue ( ) const
int openstudio::model::ColorRGB::green ( ) const
int openstudio::model::ColorRGB::red ( ) const