About: PALETTE.DTA   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : 134.155.108.49:8890 associated with source dataset(s)

PALLETTE.DTA is a file in Creatures 1 which maps from 8-bit colors to 24-bit RGB pairs. The format seems simple: The file is simply a 256-entry array of 24-bit B-G-R values; Each color component having one byte. However, each colour byte needs to be multiplied separately by 4 to reach the full 0-255 range - initially it is just 0-64. In addition, this format is: BB GG RR BB GG RR . . . Most programs will want something more like this (padding to 32 bits): RR GG BB 00 RR GG BB 00 . . .

AttributesValues
rdfs:label
  • PALETTE.DTA
rdfs:comment
  • PALLETTE.DTA is a file in Creatures 1 which maps from 8-bit colors to 24-bit RGB pairs. The format seems simple: The file is simply a 256-entry array of 24-bit B-G-R values; Each color component having one byte. However, each colour byte needs to be multiplied separately by 4 to reach the full 0-255 range - initially it is just 0-64. In addition, this format is: BB GG RR BB GG RR . . . Most programs will want something more like this (padding to 32 bits): RR GG BB 00 RR GG BB 00 . . .
dcterms:subject
abstract
  • PALLETTE.DTA is a file in Creatures 1 which maps from 8-bit colors to 24-bit RGB pairs. The format seems simple: The file is simply a 256-entry array of 24-bit B-G-R values; Each color component having one byte. However, each colour byte needs to be multiplied separately by 4 to reach the full 0-255 range - initially it is just 0-64. In addition, this format is: BB GG RR BB GG RR . . . Most programs will want something more like this (padding to 32 bits): RR GG BB 00 RR GG BB 00 . . . If you use ResHacker to look at the SpriteExtension.dll file installed in the Windows\System32 directory by the Sprite Thumbnail Viewer, you will find a pre-converted resource in this format in the "PALETTE" resource section.
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software