Class caurina.transitions.properties.FilterShortcuts

Method Index

new FilterShortcuts()
_filter_property_get(), _filter_property_set(), _filter_splitter(), _generic_color_splitter(), _generic_matrix_splitter(), init()

Constructor Detail

FilterShortcuts

public function FilterShortcuts()

There's no constructor.

Method Detail

init

static public function init():Void

Registers all the special properties to the Tweener class, so the Tweener knows what to do with them.

_generic_color_splitter

static public function _generic_color_splitter(p_value:Number, p_parameters:Array):Array

A generic color splitter - from 0xrrggbb to r, g, b with the name of the parameters passed

Parameters

p_valueNumber The original _color value

Return

Array An array containing the .name and .value of all new properties

_generic_matrix_splitter

static public function _generic_matrix_splitter(p_value:Array, p_parameters:Array):Array

A generic matrix splitter - from [] to items with the name of the parameters passed

Parameters

p_valueArray The original

Return

Array An array containing the .name and .value of all new properties

_filter_splitter

static public function _filter_splitter(p_value:BitmapFilter):Array

Splits the _filter, _blur, etc parameter into specific filter variables

Parameters

p_valueBitmapFilter A BitmapFilter instance

Return

Array An array containing the .name and .value of all new properties

_filter_property_get

static public function _filter_property_get(p_obj:Object, p_parameters:Array):Number

(filters) Generic function for the properties of filter objects

_filter_property_set

static public function _filter_property_set(p_obj:Object, p_value:Number, p_parameters:Array):Void