# ColorChannel

## Content

[**DsPdfJS API v9.1.3**](../README)

***

[DsPdfJS API](../globals) / ColorChannel

# Enumeration: ColorChannel

Specifies the color channel to operate on.

## Enumeration Members

### Alpha

> **Alpha**: `3`

Selects the Alpha channel.

***

### Blue

> **Blue**: `0`

Selects the Blue channel.

***

### Green

> **Green**: `1`

Selects the Green channel.

***

### Red

> **Red**: `2`

Selects the Red channel.
