menu
flame package
documentation
input.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;
flame package
documentation
input
Vector4
rgb property
Vector4 class