menu
vector_math package
documentation
vector_math_64.dart
Vector3
rgb property
rgb property
dark_mode
light_mode
rgb
property
Vector3
get
rgb
Implementation
Vector3 get rgb => xyz;
set
rgb
(
Vector3
arg
)
Implementation
set rgb(Vector3 arg) => xyz = arg;
vector_math package
documentation
vector_math_64
Vector3
rgb property
Vector3 class