menu
openworld package
documentation
three_dart/three3d/math/index.dart
Color
multiplyScalar method
multiplyScalar method
dark_mode
light_mode
multiplyScalar
method
Color
multiplyScalar
(
num
s
)
Implementation
Color multiplyScalar(num s) { r *= s; g *= s; b *= s; return this; }
openworld package
documentation
three_dart/three3d/math/index
Color
multiplyScalar method
Color class