Expand description
Basic predefined colors.
Constants§
- Black (■ rgb = (0, 0, 0))
- Blue (■ rgb = (0, 0, 255))
- Cyan (■ rgb = (0, 255, 255))
- Green (■ rgb = (0, 255, 0))
- Magenta (■ rgb = (255, 0, 255))
- Red (■ rgb = (255, 0, 0))
- Transparent (■ rgba = (0, 0, 0, 0.0))
- White (■ rgb = (255, 255, 255))
- Yellow (■ rgb = (255, 255, 0))