Bitmap

trait Bitmap extends Algebra
trait Algebra
class Object
trait Matchable
class Any

Type members

Inherited types

type Drawing[_]

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.

Inherited from:
Algebra
Source:
Algebra.scala

Value members

Abstract methods

def read(file: File): Drawing[Unit]

Read an image from the given file

Read an image from the given file

Source:
Bitmap.scala

Concrete methods

def read(file: String): Drawing[Unit]

Convenience to read an image from the file specified in the given String

Convenience to read an image from the file specified in the given String

Source:
Bitmap.scala

Implicits

Inherited implicits

Inherited from:
Algebra
Source:
Algebra.scala