Settings

eu.joaocosta.minart.graphics.Canvas$.Settings
case class Settings(width: Int, height: Int, scale: Int, fullScreen: Boolean, clearColor: Color, title: String)

The canvas settings.

Attributes

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

title

The title to use if this Canvas needs to create a window

width

The canvas width

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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product