ImageEffects

final case
class ImageEffects(diffuse: AssetName, alpha: Double, tint: RGBA, overlay: Fill, saturation: Double, lighting: LightingModel, shaderId: Option[ShaderId], fillType: FillType) extends Material
Companion
object
trait Serializable
trait Product
trait Equals
trait Material
class Object
trait Matchable
class Any

Value members

Concrete methods

def withAlpha(newAlpha: Double): ImageEffects
def withOverlay(newOverlay: Fill): ImageEffects
def withSaturation(newSaturation: Double): ImageEffects
def withTint(newTint: RGBA): ImageEffects
def withTint(newTint: RGB): ImageEffects

Inherited methods

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