Class TiArtistPattern
In: lib/native_file_types/ti99/TiArtistPattern.rb
Parent: Ti99File

Methods

Constants

TMS9918_PALLETE = [ PNG::Color.new(0,0,0,0xFF), #color=$00 Transparent PNG::Color.new(0,0,0,0xFF), #color=$01 black PNG::Color.new(38,229,0,0xFF), #color=$02 medium green PNG::Color.new(100,240,49,0xFF), #color=$03 light green PNG::Color.new(93,57,255,0xFF), #color=$04 dark blue PNG::Color.new(132,94,255,0xFF), #color=$05 light blue PNG::Color.new(214,104,20,0xFF), #color=$06 dark red PNG::Color.new(64,228,255,0xFF), #color=$07 cyan PNG::Color.new(253,111,15,0xFF), #color=$08 medium red PNG::Color.new(255,245,49,0xFF), #color=$09 light red PNG::Color.new(216,230,0,0xFF), #color=$0A dark yellow PNG::Color.new(232,233,14,0xFF), #color=$0B light yellow PNG::Color.new(40,202,0,0xFF), #color=$0C dark green PNG::Color.new(205,86,255,0xFF), #color=$0D magenta PNG::Color.new(208,208,208,0xFF), #color=$0E grey PNG::Color.new(255,255,255,0xFF), #color=$0F white ]   pallete taken from www.msx.org/forumtopic7147.html ragozini.googlepages.com/dithering

Public Instance methods

[Validate]