ptvr  v0.1
A Python toolkit for creating VR experiments.
ptvr.stimuli.color Namespace Reference

Classes

class  Color
 
class  HexColor
 
class  RGB255Color
 
class  RGBColor
 

Functions

def hextorgb255 (hexcolor)
 
def rgb255tohex (c)
 

Variables

dictionary colorsRGB
 
dictionary colorsHex
 
dictionary colorsRGB255
 

Detailed Description

Interfaces for various formats for color.

Function Documentation

◆ hextorgb255()

def ptvr.stimuli.color.hextorgb255 (   hexcolor)

◆ rgb255tohex()

def ptvr.stimuli.color.rgb255tohex (   c)

Variable Documentation

◆ colorsHex

dictionary ptvr.stimuli.color.colorsHex

◆ colorsRGB

dictionary ptvr.stimuli.color.colorsRGB

◆ colorsRGB255

dictionary ptvr.stimuli.color.colorsRGB255