Fill

indigo.shared.datatypes.Fill
See theFill companion trait
object Fill

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Fill.type

Members list

Type members

Classlikes

final case class Color(color: RGBA) extends Fill

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Color.type
final case class LinearGradient(fromPoint: Point, fromColor: RGBA, toPoint: Point, toColor: RGBA) extends Fill

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class RadialGradient(fromPoint: Point, fromColor: RGBA, toPoint: Point, toColor: RGBA) extends Fill

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def None: Color

Extensions

Extensions

extension (fill: Fill)
def toUniformData(prefix: String): Batch[(Uniform, ShaderPrimitive)]