Enumeration (GI Enum)

Cogl-18CoglTextureComponents

See cogl_texture_set_components().

Index

Enumeration Members

Enumeration Members

A: number

Only the alpha component

DEPTH: number

Only a depth component

RG: number

Red and green components. Note that this can only be used if the Cogl.FeatureID.OGL_FEATURE_ID_TEXTURE_RG feature is advertised.

RGB: number

Red, green and blue components

RGBA: number

Red, green, blue and alpha components