Skip to content

Commit

Permalink
fix docstring for fadeout_img(fname..)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexriss committed Jan 2, 2024
1 parent 479b088 commit a1bc007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ChemfilesViewer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ function fadeout_img(img::Matrix{<:RGBA}, ratio::Real=0.08)
end

"""
fadeout_img(img::Matrix{<:RGBA}, ratio::Float=0.08)
fadeout_img(fname::String, ratio::Real=0.08)
Creates a fadeout image from and image specified by its filename `fname` by making a gradient of relative width `ratio`.
"""
Expand Down

0 comments on commit a1bc007

Please sign in to comment.