menu
flgl package
documentation
flutter3d/math/color.dart
Color
toArray method
toArray method
dark_mode
light_mode
toArray
method
dynamic
toArray
(
)
returns a list of
r, g, b, a
;
Implementation
toArray() { return [r, g, b, a]; }
flgl package
documentation
flutter3d/math/color
Color
toArray method
Color class