Window¶ tiatoolbox . wsicore . metadata . ngff . Window class Window(end=255, max=255, min=0, start=0)[source]¶ The range of values within a channel. Parameters: end (int) max (int) min (int) start (int) end¶ The end of the window. Type: int max¶ The maximum value in the window. Type: int min¶ The minimum value in the window. Type: int start¶ The start of the window. Type: int Methods Attributes end max min start