1.3.5 - Isolation of Achromatic and Black color types. #14
AlTimofeyev
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
constants.py
file.sort_by_bright_value()
tosort_by_sat_and_bright_value()
as it now sorts by the saturation tolerance range as well.extract_color_types()
,sort_by_sat_and_bright_value()
andcheck_missing_color_types()
to account for the added black color range and saturation tolerance range from theconstants.py
file.check_sat_and_bright()
function.check_missing_color_types()
function and the new constant variables inconstants.py
.SATURATION_RANGE
andBRIGHTNESS_RANGE
from theconstants.py
file.This discussion was created from the release 1.3.5 - Isolation of Achromatic and Black color types..
Beta Was this translation helpful? Give feedback.
All reactions