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

Functions

ColorRGBA getModulateColor () const
 Gets the value of ModulateColorProperty. More...
 
void setModulateColor (ColorRGBA value)
 Sets the value of ModulateColorProperty. More...
 
float getHorizontalTiling () const
 Gets the value of HorizontalTilingProperty. More...
 
void setHorizontalTiling (float value)
 Sets the value of HorizontalTilingProperty. More...
 
float getVerticalTiling () const
 Gets the value of VerticalTilingProperty. More...
 
void setVerticalTiling (float value)
 Sets the value of VerticalTilingProperty. More...
 

Variables

static PropertyType< ColorRGBA > ModulateColorProperty
 ModulateColor property. More...
 
static PropertyType< float > HorizontalTilingProperty
 HorizontalTiling property. More...
 
static PropertyType< float > VerticalTilingProperty
 VerticalTiling property. More...
 

Function Documentation

ColorRGBA getModulateColor ( ) const

Gets the value of ModulateColorProperty.

See also
setModulateColor()
void setModulateColor ( ColorRGBA  value)

Sets the value of ModulateColorProperty.

See also
getModulateColor()
float getHorizontalTiling ( ) const

Gets the value of HorizontalTilingProperty.

See also
setHorizontalTiling()
void setHorizontalTiling ( float  value)

Sets the value of HorizontalTilingProperty.

See also
getHorizontalTiling()
float getVerticalTiling ( ) const

Gets the value of VerticalTilingProperty.

See also
setVerticalTiling()
void setVerticalTiling ( float  value)

Sets the value of VerticalTilingProperty.

See also
getVerticalTiling()

Variable Documentation

PropertyType<ColorRGBA> ModulateColorProperty
static

ModulateColor property.

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

See also
setModulateColor(), getModulateColor()
PropertyType<float> HorizontalTilingProperty
static

HorizontalTiling property.

The default value is 1.0f.

See also
setHorizontalTiling(), getHorizontalTiling()
PropertyType<float> VerticalTilingProperty
static

VerticalTiling property.

The default value is 1.0f.

See also
setVerticalTiling(), getVerticalTiling()