ptvr  v0.1
A Python toolkit for creating VR experiments.
color.py File Reference

Classes

class  ptvr.stimuli.color.Color
 
class  ptvr.stimuli.color.RGBColor
 
class  ptvr.stimuli.color.RGB255Color
 
class  ptvr.stimuli.color.HexColor
 

Namespaces

 ptvr.stimuli.color
 

Functions

def ptvr.stimuli.color.hextorgb255 (hexcolor)
 
def ptvr.stimuli.color.rgb255tohex (c)
 

Variables

dictionary ptvr.stimuli.color.colorsRGB
 
dictionary ptvr.stimuli.color.colorsHex
 
dictionary ptvr.stimuli.color.colorsRGB255