menu
vector_math package
documentation
vector_math_64.dart
Vector4
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
Vector4
rgb property
Vector4 class