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