Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 authored Mar 8, 2024
1 parent 8f9c700 commit b9b07af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/colorsampler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ colormapping_type(::PlotUtils.CategoricalColorGradient) = banded
colormapping_type(::Categorical) = categorical

"""
evaluate_colormap(colorrange, color)::Vec2{Float64}
evaluate_colorrange(colorrange, color)::Vec2{Float64}
This function must return a `Vec2{Float64}` of the colorrange as `(low, high)`.
Add additional dispatches to this function for your own custom colorrange objects!
Expand Down

0 comments on commit b9b07af

Please sign in to comment.