Blending

indigo.shared.scenegraph.Blending
See theBlending companion object
final case class Blending(entity: Blend, layer: Blend, blendMaterial: BlendMaterial, clearColor: Option[RGBA])

Blending instances tell Indigo how to blend the entities onto a layer, and then how to blend the layer onto the layers below it.

Attributes

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

Members list

Value members

Concrete methods

def withBlendMaterial(newBlendMaterial: BlendMaterial): Blending
def withClearColor(clearColor: RGBA): Blending
def withEntityBlend(newBlend: Blend): Blending
def withLayerBlend(newBlend: Blend): Blending

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product