256-Color SDK: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		 
  
		
	
|  (New page: [[Image:Program-256dll.png|frame|right|A demonstration program that tests the library's functions. This is included in the [https://www.moonlightdesign.org/steve/programs/256color.zip down...) | No edit summary | ||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| [[Image:Program-256dll.png|frame|right|A demonstration program that tests the library's functions. This is included in the [https://www.moonlightdesign.org/steve/programs/256color.zip download]]] The 256-Color SDK is a small library that eases the process of loading and drawing 256-color bitmaps in {{Tech:Win16}}, including palette management. I used this library in most of my Win16 programs. | [[Image:Program-256dll.png|frame|right|A demonstration program that tests the library's functions. This is included in the [https://www.moonlightdesign.org/steve/programs/256color.zip download]. At the time, I had penned some of my software as Aries Software or a variant, though Aries Software was simply an unregistered alter-ego of me]] The 256-Color SDK is a small, simple library that eases the process of loading and drawing 256-color [http://en.wikipedia.org/wiki/BMP_file_format bitmaps] in {{Tech:Win16}}, including [http://en.wikipedia.org/wiki/Palette_%28computing%29 palette] management. I used this library in most of my Win16 programs. | ||
| ==Download== | ==Download== | ||
| *'''[https://www.moonlightdesign.org/steve/programs/256color.zip Download the 256-Color SDK and its source code]''' | *'''[https://www.moonlightdesign.org/steve/programs/256color.zip Download the 256-Color SDK and its source code]''' | ||
Latest revision as of 02:08, 15 October 2007
 
  A demonstration program that tests the library's functions. This is included in the download. At the time, I had penned some of my software as Aries Software or a variant, though Aries Software was simply an unregistered alter-ego of me
The 256-Color SDK is a small, simple library that eases the process of loading and drawing 256-color bitmaps in Win16, including palette management. I used this library in most of my Win16 programs.