menu
manim_web package
documentation
util/color.dart
Color
toIntRGB method
toIntRGB method
dark_mode
light_mode
toIntRGB
method
List
<
int
>
toIntRGB
(
)
Implementation
List<int> toIntRGB() => [ for (var comp in [r, g, b]) (comp * 255).toInt() ];
manim_web package
documentation
util/color
Color
toIntRGB method
Color class