cortex.dataset.VolumeRGB.__init__

VolumeRGB.__init__(channel1: ndarray[tuple[Any, ...], dtype[_ScalarT]] | Volume, channel2: ndarray[tuple[Any, ...], dtype[_ScalarT]] | Volume, channel3: ndarray[tuple[Any, ...], dtype[_ScalarT]] | Volume, subject: str | None = None, xfmname: str | None = None, alpha: ndarray[tuple[Any, ...], dtype[_ScalarT]] | Volume | None = None, description: str = '', state=None, channel1color: tuple[ColorDtype, ColorDtype, ColorDtype] = (255, 0, 0), channel2color: tuple[ColorDtype, ColorDtype, ColorDtype] = (0, 255, 0), channel3color: tuple[ColorDtype, ColorDtype, ColorDtype] = (0, 0, 255), max_color_value: float | None = None, max_color_saturation: float = 1.0, vmin: float | tuple | None = None, vmax: float | tuple | None = None, autorange: str = 'individual', priority: int = 1)[source]