mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() This adds an HSLColor class which uses a perceptual color space based upon human perception of colored light (as opposed to HSV, which is based on pigment colors). You can see the difference in the color spaces here: https://en.wikipedia.org/wiki/HSL_and_HSV I also added a "within" matcher for both HSLColor and HSVColor that will check if the (floating point) color components are within a certain error. And tests. |
||
---|---|---|
.. | ||
all_elements.dart | ||
binding.dart | ||
controller.dart | ||
finders.dart | ||
goldens.dart | ||
matchers.dart | ||
nonconst.dart | ||
platform.dart | ||
stack_manipulation.dart | ||
test_async_utils.dart | ||
test_exception_reporter.dart | ||
test_pointer.dart | ||
test_text_input.dart | ||
test_vsync.dart | ||
widget_tester.dart |