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