FilterPictureOps

doodle.syntax.FilterSyntax.FilterPictureOps
implicit class FilterPictureOps[Alg <: Algebra, A](picture: Picture[Alg, A])

Attributes

Source
FilterSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def blur(stdDeviation: Double): Picture[Alg & Filter, A]

Attributes

Source
FilterSyntax.scala
def boxBlur(radius: Int): Picture[Alg & Filter, A]

Attributes

Source
FilterSyntax.scala
def convolve(kernel: Kernel, divisor: Option[Double], bias: Double): Picture[Alg & Filter, A]

Attributes

Source
FilterSyntax.scala
def detectEdges: Picture[Alg & Filter, A]

Attributes

Source
FilterSyntax.scala
def dropShadow(offsetX: Double, offsetY: Double, blur: Double, color: Color): Picture[Alg & Filter, A]

Attributes

Source
FilterSyntax.scala
def emboss: Picture[Alg & Filter, A]

Attributes

Source
FilterSyntax.scala
def gaussianBlur(stdDeviation: Double): Picture[Alg & Filter, A]

Attributes

Source
FilterSyntax.scala
def sharpen(amount: Double): Picture[Alg & Filter, A]

Attributes

Source
FilterSyntax.scala