Skip to content

API Reference / @gtkx/cairo / Content

Enumeration: Content

Defined in: enums.d.ts:4

What a surface holds: color, alpha coverage, or both.

Enumeration Members

ALPHA

ALPHA: 8192

Defined in: enums.d.ts:137

The surface holds alpha content only.


COLOR

COLOR: 4096

Defined in: enums.d.ts:135

The surface holds color content only.


COLOR_ALPHA

COLOR_ALPHA: 12288

Defined in: enums.d.ts:139

The surface holds color and alpha content.

Released under the MPL-2.0 License.