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