Skip to content

Commit e9141d3

Browse files
authored
Update index.md
1 parent 4b0582e commit e9141d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1533,8 +1533,8 @@ Each object in `channels` MAY contain the following fields:
15331533
- `window` (dictionary) Values describing the windowing of the channel. All values are optional (MAY).
15341534
The `min` and `max` values may be used by viewers as the range of channel sliders.
15351535
All values can be floating-point numbers, but will likely be integers for integer pixel types.
1536-
- `min` (float) Should correspond to the minimum pixel intensity for that channel.
1537-
- `max` (float) Should correspond to the maximum pixel intensity for that channel.
1536+
- `min` (float) Default setting for lower bound for values of `start` field.
1537+
- `max` (float) Default setting for upper bound for values of `end` field.
15381538
- `start` (float) Start of the rendering window.
15391539
- `end` (float) End of the rendering window.
15401540
- `inverted` (boolean) If true, the rendering of darkest to brightest pixels should be inverted.

0 commit comments

Comments
 (0)