reference

This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.

ofColor.h File Reference
#include "glm/gtx/wrap.hpp"
#include <typeinfo>
#include <iostream>
#include <limits>

Go to the source code of this file.

Classes

class  ofColor_< PixelType >
 ofColor represents a color in openFrameworks. More...
 

Macros

#define GLM_FORCE_CTOR_INIT
 

Typedefs

Variants
typedef ofColor_< unsigned char > ofColor
 
typedef ofColor_< unsigned short > ofShortColor
 
typedef ofColor_< float > ofFloatColor
 

Functions

template<typename PixelType >
ofColor_< PixelType > operator* (float val, const ofColor_< PixelType > &color)
 

Macro Definition Documentation

◆ GLM_FORCE_CTOR_INIT

#define GLM_FORCE_CTOR_INIT

Typedef Documentation

◆ ofColor

typedef ofColor_<unsigned char> ofColor

◆ ofFloatColor

typedef ofColor_<float> ofFloatColor

◆ ofShortColor

typedef ofColor_<unsigned short> ofShortColor

Function Documentation

◆ operator*()

template<typename PixelType >
ofColor_< PixelType > operator* ( float  val,
const ofColor_< PixelType > &  color 
)