#include <pen.h>

Public Member Functions

 Pen ()
 
 Pen (const Colorf &color, float width=1.0f)
 

Public Attributes

Colorf color
 
float width = 1.0f
 

Constructor & Destructor Documentation

◆ Pen() [1/2]

clan::Pen::Pen ( )
inline

◆ Pen() [2/2]

clan::Pen::Pen ( const Colorf & color,
float width = 1.0f )
inline

References color, and width.

Member Data Documentation

◆ color

Colorf clan::Pen::color

Referenced by Pen().

◆ width

float clan::Pen::width = 1.0f

Referenced by Pen().


The documentation for this class was generated from the following file: