put_colors/[1,2]
     put_colors(+Pixel_colors)
     put_colors(+Colormapable, +Pixel_colors)
     

Install colors in the colormap associated with Colormapable as specified by Pixel_colors. Pixel_colors is a list of Pixel-Color terms, where Color is to be the color of Pixel in the colormap associated with Colormapable. Color may be color specification, as described above. For these procedures, colors may also be specified as color(R,G,B) terms, where any of R, G, and/or B may be the atom none, in which case this component of the color is not set. Colormapable defaults to the default colormap of the default screen.