Added _sprintf methods, and a new 'bits' method in the color objects. As an example, to get a 333 RGB palette from a colortable: ((array)Image.Colortable(Image.Image(100,100)->test()))->bits( 3,3,3, 6,3,0 ) Rev: src/modules/Image/colors.c:1.40 Rev: src/modules/Image/colortable.c:1.98 Rev: src/modules/Image/image.c:1.178 Rev: src/modules/Image/layers.c:1.56