BlendPictureOps

doodle.syntax.BlendSyntax.BlendPictureOps
implicit class BlendPictureOps[Alg <: Blend, A](picture: Picture[Alg, A])

Attributes

Source:
BlendSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def burn: Picture[Alg, A]

Attributes

Source:
BlendSyntax.scala
def dodge: Picture[Alg, A]

Attributes

Source:
BlendSyntax.scala
def lighten: Picture[Alg, A]

Attributes

Source:
BlendSyntax.scala
def screen: Picture[Alg, A]

Attributes

Source:
BlendSyntax.scala
def sourceOver: Picture[Alg, A]

Attributes

Source:
BlendSyntax.scala