BehaviourScale


Description:

[ CCode ( has_construct_function = false , type = "ClutterBehaviour*" ) ]
public BehaviourScale (Alpha? alpha, double x_scale_start, double y_scale_start, double x_scale_end, double y_scale_end)

Creates a new BehaviourScale instance.

If alpha is not null, the Behaviour will take ownership of the Alpha instance. In the case when alpha is null, it can be set later with set_alpha.

Parameters:

alpha

a Alpha instance, or null

x_scale_start

initial scale factor on the X axis

y_scale_start

initial scale factor on the Y axis

x_scale_end

final scale factor on the X axis

y_scale_end

final scale factor on the Y axis

Returns:

the newly created BehaviourScale