2.0.0 - Removal of Saturation Preference Options #15
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.
-
--pastel, /light/normal/dark
options were broken because they were still reliant on the oldSATURATION_RANGE
andBRIGHTNESS_RANGE
constants in the constants.py file.convert_pastel()
function in Extractor.py file to use the new constant values that were introduced in version 1.3.5.PASTEL_BRIGHTNESS_RANGE
is now set to be between 65.0 and 95.0 instead of 50.0 to 100.0 in the constants.py file.sat_pref_light/norm/dark
andsat_pref_list
variables from Extractor.py file.sat_pref_list
from extraction_utils.py file:extract_color_palettes()
,extract_color_types()
,extract_dominant_color()
andfind_closest_to_centroid()
.This discussion was created from the release 2.0.0 - Removal of Saturation Preference Options.
Beta Was this translation helpful? Give feedback.
All reactions