LinearGradient

final case
class LinearGradient(fromPoint: Point, fromColor: RGBA, toPoint: Point, toColor: RGBA) extends Fill
Companion
object
trait Serializable
trait Product
trait Equals
trait Fill
class Object
trait Matchable
class Any

Value members

Concrete methods

def withToPoint(newPosition: Point): LinearGradient

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product