Skip to content

Commit

Permalink
Updating ChromaKey documentation (fuzz has been renamed threshold)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoomph committed Jun 21, 2024
1 parent 882ca82 commit cbf2334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/effects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ impossible or impractical to shoot in.
Property Name Description
========================== ============
color ``(color)`` The color to match
fuzz ``(float, 0 to 125)`` The fuzz factor (or threshold)
threshold ``(float, 0 to 125)`` The threshold (or fuzz factor) for matching similar colors. The larger the value the more colors that will be matched.
halo ``(float, 0 to 125)`` The additional threshold for halo elimination.
keymethod ``(int, choices: ['Basic keying', 'HSV/HSL hue', 'HSV saturation', 'HSL saturation', 'HSV value', 'HSL luminance', 'LCH luminosity', 'LCH chroma', 'LCH hue', 'CIE Distance', 'Cb,Cr vector'])`` The keying method or algorithm to use.
========================== ============
Expand Down

0 comments on commit cbf2334

Please sign in to comment.