Enumeration
CoglTextureComponents
Members
- 
            COGL_TEXTURE_COMPONENTS_A
- 
            Only the alpha component. - Value: 1
- Available since: 16
 
- Value: 
- 
            COGL_TEXTURE_COMPONENTS_RG
- 
            Red and green components. Note that this can only be used if the COGL_FEATURE_ID_TEXTURE_RGfeature is advertised.- Value: 2
- Available since: 16
 
- Value: 
- 
            COGL_TEXTURE_COMPONENTS_RGB
- 
            Red, green and blue components. - Value: 3
- Available since: 16
 
- Value: 
- 
            COGL_TEXTURE_COMPONENTS_RGBA
- 
            Red, green, blue and alpha components. - Value: 4
- Available since: 16
 
- Value: 
- 
            COGL_TEXTURE_COMPONENTS_DEPTH
- 
            Only a depth component. - Value: 5
- Available since: 16
 
- Value: