Colormaps

These are the methods for creating and using colormaps and color spaces in PDF graphics.

FigureMaker methods

convert_to_colormap(red, green, blue)  [ doc ]

create_colormap(points, red=None, green=None, blue=None, hue=None, lightness=None, saturation=None, length=256)  [ doc ]

create_gradient_colormap(hue=0.0, lightness=0.5, saturation=0.5)  [ doc ]

get_color_from_colormap(colormap, color_position)  [ doc ]

hls_to_rgb(hls_vec)  [ doc ]

intense_colormap()  [ doc ]

mellow_colormap()  [ doc ]

rainbow_colormap()  [ doc ]

rgb_to_hls(rgb_vec)  [ doc ]

FigureMaker attributes

PyTioga version: alpha (20071021)

Copyright (C) 2007 Taro Sato & Bill Paxton. All rights reserved.