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
/
pioneer.hardware
/
NormalizedRGBA
Normalized
RGBA
data
class
NormalizedRGBA
(
val
red
:
Float
,
val
green
:
Float
,
val
blue
:
Float
,
val
alpha
:
Float
)
Members
Constructors
Normalized
RGBA
Link copied to clipboard
constructor
(
red
:
Float
,
green
:
Float
,
blue
:
Float
,
alpha
:
Float
)
Properties
alpha
Link copied to clipboard
val
alpha
:
Float
blue
Link copied to clipboard
val
blue
:
Float
green
Link copied to clipboard
val
green
:
Float
red
Link copied to clipboard
val
red
:
Float