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