|
VEX V5 Python API
|
This is the complete list of members for vex.Color, including all inherited members.
| __init__(self, color_value) | vex.Color | |
| BLACK | vex.Color | static |
| BLUE | vex.Color | static |
| CYAN | vex.Color | static |
| from_hsv(h, s, v) | vex.Color | static |
| from_rgb(r, g, b) | vex.Color | static |
| from_web(web_color_str) | vex.Color | static |
| GREEN | vex.Color | static |
| is_transparent(self) | vex.Color | |
| ORANGE | vex.Color | static |
| PURPLE | vex.Color | static |
| RED | vex.Color | static |
| set_hsv(self, hue, saturation, value) | vex.Color | |
| set_rgb(self, r, g, b) | vex.Color | |
| set_value(self, color_value) | vex.Color | |
| set_web(self, web_color_str) | vex.Color | |
| TRANSPARENT | vex.Color | static |
| value(self) | vex.Color | |
| WHITE | vex.Color | static |
| YELLOW | vex.Color | static |
1.8.15