Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration GradientType

The GradientType class provides values for the type parameter in the beginGradientFill() and lineGradientStyle() methods of the openfl.display.Graphics class.

Index

Enumeration members

Enumeration members

LINEAR

LINEAR: = "linear"

Value used to specify a linear gradient fill.

RADIAL

RADIAL: = "radial"

Value used to specify a radial gradient fill.

Generated using TypeDoc