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