Filter
doodle.svg.algebra.FilterModule.Filter
Attributes
- Source
- Filter.scala
- Graph
-
- Supertypes
- Known subtypes
-
trait BaseAlgebraclass JsAlgebra
- Self type
Members list
Type members
Inherited and Abstract types
The effect type that methods on this algebra produce. Represents an effect that, when run, will draw something and produce a value.
The effect type that methods on this algebra produce. Represents an effect that, when run, will draw something and produce a value.
Attributes
- Inherited from:
- Algebra
- Source
- Algebra.scala
Value members
Concrete methods
Attributes
- Source
- Filter.scala
Apply a custom convolution kernel
Apply a custom convolution kernel
Value parameters
- bias
-
Optional bias to add to each pixel
- divisor
-
Optional divisor for the result (defaults to sum of kernel)
- kernel
-
The convolution kernel
Attributes
- Source
- Filter.scala
Attributes
- Source
- Filter.scala
Attributes
- Source
- Filter.scala
Attributes
- Source
- Filter.scala
Attributes
- Source
- Filter.scala
Attributes
- Source
- Filter.scala
Implicits
Inherited and Abstract implicits
Attributes
- Inherited from:
- Algebra
- Source
- Algebra.scala
In this article