#include "OSDLPixel.h"#include "OSDLPolygon.h"

Go to the source code of this file.
Namespaces | |
| namespace | OSDL |
Definition of the main OSDL common non-specialized types. | |
| namespace | OSDL::Video |
| namespace | OSDL::Video::TwoDimensional |
Functions | |
| OSDL_DLL bool | OSDL::Video::TwoDimensional::drawBezierCurve (Surface &targetSurface, const listPoint2D &controlPoints, Ceylan::Uint16 numberOfSteps, Pixels::ColorElement red, Pixels::ColorElement green, Pixels::ColorElement blue, Pixels::ColorElement alpha=Pixels::AlphaOpaque) |
| Draws a Bezier curve through specified control points, with specified number of steps, with specified RGBA color, on specified surface. | |
| OSDL_DLL bool | OSDL::Video::TwoDimensional::drawBezierCurve (Surface &targetSurface, const listPoint2D &controlPoints, Ceylan::Uint16 numberOfSteps, Pixels::ColorDefinition colorDef) |
| Draws a Bezier curve through specified control points, with specified number of steps, with specified color definition, on specified surface. | |
1.6.3