doodle.algebra.FromPngBase64
Algebra indicating a Picture can be created from a base 64 encoded bitmap in PNG format.
Attributes
-
Source
-
FromBase64.scala
-
Graph
-
-
Supertypes
-
trait Matchable
class Any
-
Known subtypes
-
Members list
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
Create a picture from a Base64 encoded bitmap in the given format. The format is reified as a value so the method can dispatch on it.
Create a picture from a Base64 encoded bitmap in the given format. The format is reified as a value so the method can dispatch on it.
Attributes
-
Source
-
FromBase64.scala