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