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