Pioneer Robotics Documentation
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Pioneer Robotics Documentation
Pioneer Robotics Documentation
/
org.firstinspires.ftc.teamcode.prism
/
Color
Color
open
class
Color
Members
Constructors
Color
Link copied to clipboard
constructor
(
red
:
Int
,
green
:
Int
,
blue
:
Int
)
Properties
BLUE
Link copied to clipboard
val
BLUE
:
Color
blue
Link copied to clipboard
open
var
blue
:
Int
CYAN
Link copied to clipboard
val
CYAN
:
Color
GREEN
Link copied to clipboard
val
GREEN
:
Color
green
Link copied to clipboard
open
var
green
:
Int
MAGENTA
Link copied to clipboard
val
MAGENTA
:
Color
OLIVE
Link copied to clipboard
val
OLIVE
:
Color
ORANGE
Link copied to clipboard
val
ORANGE
:
Color
PINK
Link copied to clipboard
val
PINK
:
Color
PURPLE
Link copied to clipboard
val
PURPLE
:
Color
RED
Link copied to clipboard
val
RED
:
Color
red
Link copied to clipboard
open
var
red
:
Int
TEAL
Link copied to clipboard
val
TEAL
:
Color
TRANSPARENT
Link copied to clipboard
val
TRANSPARENT
:
Color
WHITE
Link copied to clipboard
val
WHITE
:
Color
YELLOW
Link copied to clipboard
val
YELLOW
:
Color
Functions
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String