mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
When passing a Color object with same R/G/B code ( e.g. [new Color.fromRGBO(100, 100, 100, 1.0)] ) to HSVColor.fromColor(Color color) , the hue in return will be NaN .