VEX V5 Python API
Static Public Attributes | List of all members
vex.WhiteBalanceMode Class Reference

Inherits vex.Enum.

Static Public Attributes

int AUTOMATIC = 0
 
int START = 1
 
int MANUAL = 2
 

Member Data Documentation

◆ AUTOMATIC

int vex.WhiteBalanceMode.AUTOMATIC = 0
static

◆ START

int vex.WhiteBalanceMode.START = 1
static

◆ MANUAL

int vex.WhiteBalanceMode.MANUAL = 2
static