LinearGradient

indigo.shared.datatypes.Fill.LinearGradient
See theLinearGradient companion object
final case class LinearGradient(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): LinearGradient
def withToColor(newColor: RGBA): LinearGradient
def withToPoint(newPosition: Point): LinearGradient

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product