ethicalgardeners.constants.FLOWER_PALETTE¶
- ethicalgardeners.constants.FLOWER_PALETTE = [(173, 255, 47), (154, 205, 50), (0, 255, 0), (50, 205, 50), (0, 250, 154), (0, 255, 127), (60, 179, 113), (46, 139, 87), (34, 139, 34), (0, 128, 0), (0, 100, 0), (85, 107, 47), (107, 142, 35), (128, 128, 0), (189, 183, 107), (240, 230, 140), (238, 232, 170), (250, 250, 210), (255, 255, 224), (255, 255, 0), (255, 215, 0), (184, 134, 11), (218, 165, 32), (238, 221, 130), (102, 205, 170), (127, 255, 212), (152, 251, 152), (144, 238, 144), (143, 188, 143), (32, 178, 170)]¶
This palette provides a range of 30 colors for flowers, from greenish to yellowish hues, ensuring a visually distinct representation of flowers in the simulation. Used in the
GraphicalRenderer._generate_colors()method