Skip to content

Commit

Permalink
Fix Image.chroma_mask/2 doc formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Jul 18, 2024
1 parent bcaac7b commit fb255e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/image.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1853,7 +1853,7 @@ defmodule Image do
`:auto` in which the average of the top left `10x10`
pixels of the image is used.
* `:threshold`is a positive integer to indicate the
* `:threshold` is a positive integer to indicate the
threshold around `:color` when calculating the mask.
The default is `20`.
Expand All @@ -1865,7 +1865,7 @@ defmodule Image do
integers representing an RGB color or an atom
representing a CSS color name.
* `:less_than` is an RGB color which represents the lower
* `:less_than` is an RGB color which represents the lower
end of the color range to be masked. The color can be an
integer between `0..255`, a three-element list of
integers representing an RGB color or an atom
Expand Down Expand Up @@ -1947,7 +1947,7 @@ defmodule Image do
`:auto` in which the average of the top left `10x10`
pixels of the image is used.
* `:threshold`is a positive integer to indicate the
* `:threshold` is a positive integer to indicate the
threshold around `:color` when calculating the mask.
The default is `20`.
Expand Down

0 comments on commit fb255e0

Please sign in to comment.