Skip to content

Commit

Permalink
Merge branch 'feature/v0.4.4' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Oct 22, 2023
2 parents 2cd75f6 + 5b1b3a6 commit bfc42ac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions colour/plotting/volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ def plot_RGB_colourspaces_gamuts(
Parameters
----------
colourspaces
*RGB* colourspaces to plot the gamuts. ``colourspaces`` elements
*RGB* colourspaces to plot the gamuts of. ``colourspaces`` elements
can be of any type or form supported by the
:func:`colour.plotting.common.filter_RGB_colourspaces` definition.
model
Expand Down Expand Up @@ -710,7 +710,7 @@ def plot_RGB_scatter(
Colourspace model, see :attr:`colour.COLOURSPACE_MODELS` attribute for
the list of supported colourspace models.
colourspaces
*RGB* colourspaces to plot the gamuts. ``colourspaces`` elements
*RGB* colourspaces to plot the gamuts of. ``colourspaces`` elements
can be of any type or form supported by the
:func:`colour.plotting.common.filter_RGB_colourspaces` definition.
segments
Expand Down
14 changes: 7 additions & 7 deletions colour/utilities/array.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ def as_array(
Parameters
----------
a
Variable to convert.
Variable :math:`a` to convert.
dtype
:class:`numpy.dtype` to use for conversion, default to the
:class:`numpy.dtype` defined by the
Expand Down Expand Up @@ -590,7 +590,7 @@ def as_int(a: ArrayLike, dtype: Type[DTypeInt] | None = None) -> NDArrayInt:
Parameters
----------
a
Variable to convert.
Variable :math:`a` to convert.
dtype
:class:`numpy.dtype` to use for conversion, default to the
:class:`numpy.dtype` defined by the
Expand Down Expand Up @@ -632,7 +632,7 @@ def as_float(
Parameters
----------
a
Variable to convert.
Variable :math:`a` to convert.
dtype
:class:`numpy.dtype` to use for conversion, default to the
:class:`numpy.dtype` defined by the
Expand Down Expand Up @@ -682,7 +682,7 @@ def as_int_array(
Parameters
----------
a
Variable to convert.
Variable :math:`a` to convert.
dtype
:class:`numpy.dtype` to use for conversion, default to the
:class:`numpy.dtype` defined by the
Expand Down Expand Up @@ -719,7 +719,7 @@ def as_float_array(
Parameters
----------
a
Variable to convert.
Variable :math:`a` to convert.
dtype
:class:`numpy.dtype` to use for conversion, default to the
:class:`numpy.dtype` defined by the
Expand Down Expand Up @@ -754,7 +754,7 @@ def as_int_scalar(a: ArrayLike, dtype: Type[DTypeInt] | None = None) -> int:
Parameters
----------
a
Variable to convert.
Variable :math:`a` to convert.
dtype
:class:`numpy.dtype` to use for conversion, default to the
:class:`numpy.dtype` defined by the
Expand Down Expand Up @@ -793,7 +793,7 @@ def as_float_scalar(
Parameters
----------
a
Variable to convert.
Variable :math:`a` to convert.
dtype
:class:`numpy.dtype` to use for conversion, default to the
:class:`numpy.dtype` defined by the
Expand Down

0 comments on commit bfc42ac

Please sign in to comment.