Previous topic

collada.material.Material

Next topic

collada.material.Sampler2D

This Page

collada.material.OPAQUE_MODE

class collada.material.OPAQUE_MODE

The opaque mode of an effect.

A_ONE = 'A_ONE'

Takes the transparency information from the color’s alpha channel, where the value 1.0 is opaque (default).

RGB_ZERO = 'RGB_ZERO'

Takes the transparency information from the color’s red, green, and blue channels, where the value 0.0 is opaque, with each channel modulated independently.