Skip to content

Commit

Permalink
Clarify that changing clims doesn't change data
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Monko <[email protected]>
  • Loading branch information
jni and TimMonko authored Jan 17, 2025
1 parent ceba03a commit 7945a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howtos/layers/image.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ larger than the first. The smaller contrast limit corresponds to the value of
the image data that will get mapped to the color defined by 0 in the colormap,
meaning that in most cases any value under the smaller contrast limit will appear as black. On
the other hand, the larger contrast limit corresponds to the value of the image
data that will get mapped to the color defined by 1 in the colormap. For example, for an image using the `gray` colormap, all values larger than this value will appear as white.
data that will get mapped to the color defined by 1 in the colormap; for an image using the `gray` colormap, all values larger than this value will appear as white. Note that the values set in the contrast limits do not change the underlying values of the image, only the visualization of the colormap.

For example, if you are looking at an image that has values between 0 and 100 with
a standard `gray` colormap, and you set the contrast limits to `(20, 75)`, then
Expand Down

0 comments on commit 7945a26

Please sign in to comment.