bearlyb.pixels

package bearlyb.pixels

Members list

Type members

Classlikes

object Color

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Color.type
case class Palette(colors: Color*)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object PixelFormat

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object RawColor

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
RawColor.type

Types

type Color = (r: Int, g: Int, b: Int, a: Int)
type FColor = (r: Float, g: Float, b: Float, a: Float)
opaque type PixelFormat
opaque type RawColor