# {py:mod}`itkwasm.pixel_types`

```{py:module} itkwasm.pixel_types
```

```{autodoc2-docstring} itkwasm.pixel_types
:allowtitles:
```

## Module Contents

### Classes

````{list-table}
:class: autosummary longtable
:align: left

* - {py:obj}`PixelTypes <itkwasm.pixel_types.PixelTypes>`
  -
````

### API

`````{py:class} PixelTypes()
:canonical: itkwasm.pixel_types.PixelTypes

Bases: {py:obj}`str`, {py:obj}`enum.Enum`

````{py:attribute} Unknown
:canonical: itkwasm.pixel_types.PixelTypes.Unknown
:value: >
   'Unknown'

```{autodoc2-docstring} itkwasm.pixel_types.PixelTypes.Unknown
```

````

````{py:attribute} Scalar
:canonical: itkwasm.pixel_types.PixelTypes.Scalar
:value: >
   'Scalar'

```{autodoc2-docstring} itkwasm.pixel_types.PixelTypes.Scalar
```

````

````{py:attribute} RGB
:canonical: itkwasm.pixel_types.PixelTypes.RGB
:value: >
   'RGB'

```{autodoc2-docstring} itkwasm.pixel_types.PixelTypes.RGB
```

````

````{py:attribute} RGBA
:canonical: itkwasm.pixel_types.PixelTypes.RGBA
:value: >
   'RGBA'

```{autodoc2-docstring} itkwasm.pixel_types.PixelTypes.RGBA
```

````

````{py:attribute} Offset
:canonical: itkwasm.pixel_types.PixelTypes.Offset
:value: >
   'Offset'

```{autodoc2-docstring} itkwasm.pixel_types.PixelTypes.Offset
```

````

````{py:attribute} Vector
:canonical: itkwasm.pixel_types.PixelTypes.Vector
:value: >
   'Vector'

```{autodoc2-docstring} itkwasm.pixel_types.PixelTypes.Vector
```

````

````{py:attribute} Point
:canonical: itkwasm.pixel_types.PixelTypes.Point
:value: >
   'Point'

```{autodoc2-docstring} itkwasm.pixel_types.PixelTypes.Point
```

````

````{py:attribute} CovariantVector
:canonical: itkwasm.pixel_types.PixelTypes.CovariantVector
:value: >
   'CovariantVector'

```{autodoc2-docstring} itkwasm.pixel_types.PixelTypes.CovariantVector
```

````

````{py:attribute} SymmetricSecondRankTensor
:canonical: itkwasm.pixel_types.PixelTypes.SymmetricSecondRankTensor
:value: >
   'SymmetricSecondRankTensor'

```{autodoc2-docstring} itkwasm.pixel_types.PixelTypes.SymmetricSecondRankTensor
```

````

````{py:attribute} DiffusionTensor3D
:canonical: itkwasm.pixel_types.PixelTypes.DiffusionTensor3D
:value: >
   'DiffusionTensor3D'

```{autodoc2-docstring} itkwasm.pixel_types.PixelTypes.DiffusionTensor3D
```

````

````{py:attribute} Complex
:canonical: itkwasm.pixel_types.PixelTypes.Complex
:value: >
   'Complex'

```{autodoc2-docstring} itkwasm.pixel_types.PixelTypes.Complex
```

````

````{py:attribute} FixedArray
:canonical: itkwasm.pixel_types.PixelTypes.FixedArray
:value: >
   'FixedArray'

```{autodoc2-docstring} itkwasm.pixel_types.PixelTypes.FixedArray
```

````

````{py:attribute} Array
:canonical: itkwasm.pixel_types.PixelTypes.Array
:value: >
   'Array'

```{autodoc2-docstring} itkwasm.pixel_types.PixelTypes.Array
```

````

````{py:attribute} Matrix
:canonical: itkwasm.pixel_types.PixelTypes.Matrix
:value: >
   'Matrix'

```{autodoc2-docstring} itkwasm.pixel_types.PixelTypes.Matrix
```

````

````{py:attribute} VariableLengthVector
:canonical: itkwasm.pixel_types.PixelTypes.VariableLengthVector
:value: >
   'VariableLengthVector'

```{autodoc2-docstring} itkwasm.pixel_types.PixelTypes.VariableLengthVector
```

````

````{py:attribute} VariableSizeMatrix
:canonical: itkwasm.pixel_types.PixelTypes.VariableSizeMatrix
:value: >
   'VariableSizeMatrix'

```{autodoc2-docstring} itkwasm.pixel_types.PixelTypes.VariableSizeMatrix
```

````

````{py:method} __str__()
:canonical: itkwasm.pixel_types.PixelTypes.__str__

````

````{py:method} __repr__()
:canonical: itkwasm.pixel_types.PixelTypes.__repr__

````

`````
