Instance Property
instanceBlueOffset
Defines the offset added to the blue component of the color for each replicated instance. Animatable.
SDKs
- iOS 3.0+
- macOS 10.6+
- Mac Catalyst 13.0+
- tvOS 9.0+
Declaration
@property float instanceBlueOffset;
Discussion
The instanceBlueOffset
is added to the blue color component of instance k-1
to produce the modulation color of instance k.
Default is 0.0
.
See Also
Accessing Instance Color Values
instanceColor
Defines the color used to multiply the source object. Animatable.
instanceRedOffset
Defines the offset added to the red component of the color for each replicated instance. Animatable.
instanceGreenOffset
Defines the offset added to the green component of the color for each replicated instance. Animatable.
instanceAlphaOffset
Defines the offset added to the alpha component of the color for each replicated instance. Animatable.