init(name:)
Returns the value function object identified by the name.
Declaration
convenience init?(name: CAValueFunctionName)Parameters
- name:
The name of the value function.
Return Value
A new CAValueFunction instance with the value function specified by the name.
Discussion
The possible values for name are specified in Rotate Value Functions, Scale Value Functions, and Translate Functions.