
Pen description class. More...
Derived from: | None |
Derived by: | None |
Group: | Display (Display) |
#include <ClanLib/display.h>
Class Members:
Constructs a pen description. | |
Returns the point size. | |
Returns the maximum point size. | |
Returns the minimum point size. | |
Returns the treshold size for alpha fading to kick in (Requires multisampling to be enabled.). | |
Get the a, b and c function coefficients used in point distance attenuation calculations. | |
Return true if antialiasing of points is enabled. | |
Returns the line stipple pattern. | |
Returns the line stipple repeat count. | |
Returns true if line stippling is enabled. | |
Returns true if line antialiasing is enabled. | |
Returns true if points are being drawn as texture point sprites. | |
Enables if points sizes is set by the vertex shader. | |
Returns the origin of texture point sprites. | |
The default value is 1.0. | |
Point size is clamped to the min and max values. | |
Point size is clamped to the min and max values. | |
Alpha fade point once minimum size treshold reached. Requires multisampling to be enabled. | |
Set the a, b and c function coefficients used in point distance attenuation calculations. | |
Setting to true enables point antialiasing. | |
Set the number of times each bit in the stipple pattern is used. | |
Set the line stipple pattern. | |
Set the number of times each bit in the stipple pattern is used. | |
Setting to true enables line Stippling. | |
Setting to true enables line antialiasing. | |
Enables if points are being drawn as texture point sprites. | |
Enables if points sizes is set by the vertex shader. | |
Sets the origin of texture point sprites. |