colors.Colors.bloom()

Syntax

colors.bloom(x, y, top=5)

Description

Draws a network of the Colors. Each color is displayed as a group of flowers. Each flower displays a shade of a certain color.

Example

import colors
c = colors.colors("toulouse")
c.bloom(400,400)