LegacyEffects

indigoextras.effectmaterials.LegacyEffects
See theLegacyEffects companion object
final case class LegacyEffects(diffuse: AssetName, alpha: Double, tint: RGBA, overlay: Fill, saturation: Double, border: Border, glow: Glow, fillType: FillType) extends Material

Attributes

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

Members list

Value members

Concrete methods

def withAlpha(newAlpha: Double): LegacyEffects
def withBorder(newBorder: Border): LegacyEffects
def withFillType(newFillType: FillType): LegacyEffects
def withGlow(newGlow: Glow): LegacyEffects
def withOverlay(newOverlay: Fill): LegacyEffects
def withSaturation(newSaturation: Double): LegacyEffects
def withTint(newTint: RGBA): LegacyEffects
def withTint(newTint: RGB): LegacyEffects

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields