Settings

case class Settings(width: Int, height: Int, scale: Int, fullScreen: Boolean, clearColor: Color)

The canvas settings.

Value parameters:
clearColor

The color to be used when the canvas is cleared

fullscreen

Whether the canvas should be rendered in a full screen window

height

The canvas height

scale

The canvas integer scaling factor

width

The canvas width

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product