This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
#include "ofGraphicsConstants.h"
#include "ofConstants.h"
#include "glm/fwd.hpp"
#include "ofColor.h"
Go to the source code of this file.
Classes | |
class | ofStyle |
Contains general information about the style of ofGraphics elements such as color, line width and others. More... | |
class | ofBaseDraws |
class | ofBaseUpdates |
An abstract class representing an object that can be updated. More... | |
class | ofAbstractHasPixels |
An abstract class representing an object that has pixels. More... | |
class | ofBaseHasPixels_< T > |
A base class represeting an object that has pixels. More... | |
class | ofBaseRenderer |
The base renderer interface. More... | |
Typedefs | |
typedef ofPixels_< unsigned char > | ofPixels |
typedef ofPixels_< float > | ofFloatPixels |
typedef ofPixels_< unsigned short > | ofShortPixels |
typedef ofPixels & | ofPixelsRef |
typedef ofImage_< unsigned char > | ofImage |
typedef ofImage_< float > | ofFloatImage |
typedef ofImage_< unsigned short > | ofShortImage |
using | ofPolyline = ofPolyline_< ofDefaultVertexType > |
using | ofMesh = ofMesh_< ofDefaultVertexType, ofDefaultNormalType, ofDefaultColorType, ofDefaultTexCoordType > |
typedef ofBaseHasPixels_< unsigned char > | ofBaseHasPixels |
A typedef for an unsigned char ofBaseHasPixels_. | |
typedef ofBaseHasPixels_< float > | ofBaseHasFloatPixels |
A typedef for an float ofBaseHasPixels_. | |
typedef ofBaseHasPixels_< unsigned short > | ofBaseHasShortPixels |
A typedef for an unsigned short ofBaseHasPixels_. | |
Typedef Documentation
◆ ofBaseHasFloatPixels
typedef ofBaseHasPixels_<float> ofBaseHasFloatPixels |
A typedef for an float ofBaseHasPixels_.
◆ ofBaseHasPixels
typedef ofBaseHasPixels_<unsigned char> ofBaseHasPixels |
A typedef for an unsigned char ofBaseHasPixels_.
◆ ofBaseHasShortPixels
typedef ofBaseHasPixels_<unsigned short> ofBaseHasShortPixels |
A typedef for an unsigned short ofBaseHasPixels_.
◆ ofFloatImage
typedef ofImage_<float> ofFloatImage |
◆ ofFloatPixels
typedef ofPixels_<float> ofFloatPixels |
◆ ofImage
◆ ofMesh
using ofMesh = ofMesh_<ofDefaultVertexType, ofDefaultNormalType, ofDefaultColorType, ofDefaultTexCoordType> |
◆ ofPixels
◆ ofPixelsRef
typedef ofPixels& ofPixelsRef |
◆ ofPolyline
using ofPolyline = ofPolyline_<ofDefaultVertexType> |
◆ ofShortImage
typedef ofImage_<unsigned short> ofShortImage |
◆ ofShortPixels
typedef ofPixels_<unsigned short> ofShortPixels |