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