Defines the offset added to the alpha component of the color for each replicated instance. Animatable.
SDKs
- iOS 3.0+
- macOS 10.6+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- Core Animation
Declaration
var instanceAlphaOffset: Float { get set }
Discussion
The instance
is added to the alpha color component of instance k-1
to produce the modulation color of instance k.
Default is 0
.