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