All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
color_brush_properties.h File Reference

Functions

ColorRGBA getColor () const
 Gets the value of ColorProperty. More...
 
void setColor (ColorRGBA value)
 Sets the value of ColorProperty. More...
 

Variables

static PropertyType< ColorRGBA > ColorProperty
 Color property. More...
 

Function Documentation

ColorRGBA getColor ( ) const

Gets the value of ColorProperty.

See also
setColor()
void setColor ( ColorRGBA  value)

Sets the value of ColorProperty.

See also
getColor()

Variable Documentation

PropertyType<ColorRGBA> ColorProperty
static

Color property.

The default value is ColorRGBA(0.0f, 0.0f, 0.0f, 1.0f).

See also
setColor(), getColor()