Skip to content

eul/colors_tester

Repository files navigation

Random colors

There are two random numbers generators in the app:

  • ObjectHashBasedIntRandomizer
  • ListBasedIntRandomizer

in the irandomizer.dart file

final IRandomizer _randomizer = ObjectHashBasedIntRandomizer(ColorExt.maxRGBRange); // = ListBasedIntRandomizer(ColorExt.maxRGBRange);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published