bibliopixel.colors.tables module

Tables of named colors

bibliopixel.colors.tables.all_named_colors()[source]

Return an iteration over all name, color pairs in tables

bibliopixel.colors.tables.canonical_name(name)[source]
bibliopixel.colors.tables.contains(x)[source]

Return true if this string or integer tuple appears in tables

bibliopixel.colors.tables.get_color(name)[source]
bibliopixel.colors.tables.get_name(color)[source]
bibliopixel.colors.tables.set_user_colors(colors)[source]
bibliopixel.colors.tables.to_triplet(color)[source]