menu
openworld package
documentation
three_dart/three3d/math/index.dart
Color
fromHex static method
fromHex static method
dark_mode
light_mode
fromHex
static method
Color
fromHex
(
int
hex
)
Implementation
static Color fromHex(int hex) { return Color(0.0, 0.0, 0.0).setHex(hex); }
openworld package
documentation
three_dart/three3d/math/index
Color
fromHex static method
Color class