RadialGradient

indigo.shared.datatypes.Fill.RadialGradient
See theRadialGradient companion object
final case class RadialGradient(fromPoint: Point, fromColor: RGBA, toPoint: Point, toColor: RGBA) extends Fill

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Fill
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withFromPoint(newPosition: Point): RadialGradient
def withToColor(newColor: RGBA): RadialGradient
def withToPoint(newPosition: Point): RadialGradient

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product