menu
manim_web package
documentation
util/color.dart
Color
withTransparency method
withTransparency method
dark_mode
light_mode
withTransparency
method
Color
withTransparency
(
double
a
)
Implementation
Color withTransparency(double a) { return Color(r: r, g: g, b: b, a: a); }
manim_web package
documentation
util/color
Color
withTransparency method
Color class