| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version | ||||||||||
Arguments: nil
Returns the default-pixmap-color-vector. This is a color vector shared by the texture-infos of many Allegro pixmaps for efficiency. It contains the following sixteen colors:
0black1dark-red2dark-green3dark-yellow4dark-blue5dark-magenta6dark-cyan7light-gray8gray9red10green11yellow12blue13magenta14cyan15white
An application pixmap that uses these 16 colors in this order could
use this color vector in the colors slot of the texture-info used with the pixmap
in order to reduce the total number of color vectors needed by the
application. Pixmap-creating programs such as the Paint applet may
create pixmaps that use this color order or a similar one that could
be edited to this one.
An additional advantage of using default-pixmap-color-vector is that Allegro automatically changes the vector's gray entry to the system-edge-shadow-color, the light-gray entry to the system-dialog-background-color, and the white entry to the system-background-color. This means that button pixmaps using this color vector will automatically appear in the custom colors that the end user has set up in the Windows Control Panel.
default-pixmap-color-vector is a
property of the system class.
In releases prior to 7.0, this function was named default-palette-vector and took one argument, which was in fact ignored. New code should use this function called without arguments.
Copyright (c) 1998-2015, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 10.0. This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version | ||||||||||