ToPicture

Represents converting from the Input type to a Picture, and depends on the support of some Algebra to actually do the conversion. This can be used to represent, for example, creating a picture from a bitmap in a base64 encoded string.

Source:
ToPicture.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

def toPicture(in: Input): Picture[Alg, Unit]