Skip to content
InterfaceTypes & Utilities@public

FlxRadialGradientOptions

Local normalized options for a radial gradient.

ts
export interface FlxRadialGradientOptions

Properties

PropertyModifiersTypeDescription
centerreadonlyPointLikeNormalized local inner-circle center. Defaults to the shape center.
innerRadiusreadonlynumberNormalized inner radius. Defaults to 0.
outerCenterreadonlyPointLikeNormalized local outer-circle center. Defaults to center.
outerRadiusreadonlynumberNormalized outer radius. Defaults to 0.5.

Released under the MIT License.