BlendEffects

final case
class BlendEffects(alpha: Double, tint: RGBA, overlay: Fill, saturation: Double, affectsBackground: Boolean) extends BlendMaterial
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def withAffectBackground(affectsBg: Boolean): BlendMaterial
def withAlpha(newAlpha: Double): BlendEffects
def withOverlay(newOverlay: Fill): BlendEffects
def withSaturation(newSaturation: Double): BlendEffects
def withTint(newTint: RGBA): BlendEffects
def withTint(newTint: RGB): BlendEffects

Inherited methods

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