CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::Paint Member List

This is the complete list of members for CeresEngine::Paint, including all inherited members.

asBoxGradient() constCeresEngine::Paintinline
asColor() constCeresEngine::Paintinline
asLinearGradient() constCeresEngine::Paintinline
asRadialGradient() constCeresEngine::Paintinline
isBoxGradient() const noexceptCeresEngine::Paintinline
isColor() const noexceptCeresEngine::Paintinline
isLinearGradient() const noexceptCeresEngine::Paintinline
isRadialGradient() const noexceptCeresEngine::Paintinline
mDataCeresEngine::Paintprivate
operator*(const Color &color) constCeresEngine::Paintinline
operator*=(const Color &color)CeresEngine::Paintinline
operator=(const Paint &)=defaultCeresEngine::Paint
Paint()CeresEngine::Paintinline
Paint(const Color &solidColor)CeresEngine::Paintinline
Paint(const Color &startingColor, const Color &endingColor, const Point2 &startingPosition={0, 0}, const Point2 &endingPosition={1, 1})CeresEngine::Paintinline
Paint(const Color &startingColor, const Color &endingColor, const Rect2 &box={0, 0, 1, 1}, double radius=0.0, double feather=1.0)CeresEngine::Paintinline
Paint(const Color &startingColor, const Color &endingColor, const Point2 &center={0, 0}, double innerRadius=0.0, double outerRadius=1.0)CeresEngine::Paintinline
Paint(const Paint &)=defaultCeresEngine::Paint
tint(const Color &color, double factor=0.5)CeresEngine::Paint
tinted(const Color &color, const double factor=0.5) constCeresEngine::Paintinline
transform(const AffineTransform &aTransform)CeresEngine::Paint
transformed(const AffineTransform &aTransform) constCeresEngine::Paintinline
Variant typedefCeresEngine::Paintprivate