Debug

final case class Debug(image: Image, color: Color) extends Image
class Image
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def above(bottom: Image): Image
Inherited from
Image
def at(r: Double, a: Angle): Image
Inherited from
Image
def at(x: Double, y: Double): Image
Inherited from
Image
def at(pt: Point): Image
Inherited from
Image
def at(vec: Vec): Image
Inherited from
Image
def below(top: Image): Image
Inherited from
Image
def beside(right: Image): Image
Inherited from
Image
def compile[Algebra <: ([x[*]] =>> Basic[x]), F[_]]: Picture[Algebra, F, Unit]
Inherited from
Image
def debug: Image
Inherited from
Image
def debug(color: Color): Image
Inherited from
Image
def fillColor(color: Color): Image
Inherited from
Image
def fillGradient(gradient: Gradient): Image
Inherited from
Image
Inherited from
Image
Inherited from
Image
def on(bottom: Image): Image
Inherited from
Image
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def rotate(angle: Angle): Image
Inherited from
Image
def scale(x: Double, y: Double): Image
Inherited from
Image
def strokeColor(color: Color): Image
Inherited from
Image
def strokeWidth(width: Double): Image
Inherited from
Image
def transform(tx: Transform): Image
Inherited from
Image
def under(top: Image): Image
Inherited from
Image