AmbientLight

indigo.shared.scenegraph.AmbientLight
See theAmbientLight companion object
final case class AmbientLight(color: RGBA) extends Light

Ambient light isn't emitted from anywhere in particular, it is the base amount of illumination. It's important for a dark cave to light enough for your player to appreciate just how dark it really is.

Attributes

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

Members list

Value members

Concrete methods

def withColor(newColor: RGBA): AmbientLight

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product