![]() |
ptvr
v0.1
A Python toolkit for creating VR experiments.
|
Classes | |
class | Color |
class | HexColor |
class | RGB255Color |
class | RGBColor |
Functions | |
def | hextorgb255 (hexcolor) |
def | rgb255tohex (c) |
Variables | |
dictionary | colorsRGB |
dictionary | colorsHex |
dictionary | colorsRGB255 |
Interfaces for various formats for color.
def ptvr.stimuli.color.hextorgb255 | ( | hexcolor | ) |
def ptvr.stimuli.color.rgb255tohex | ( | c | ) |
dictionary ptvr.stimuli.color.colorsHex |
dictionary ptvr.stimuli.color.colorsRGB |
dictionary ptvr.stimuli.color.colorsRGB255 |