All Frameworks Class Hierarchy This Framework Indexes
VisualizationBase Enumeration CATTextureFunction
enum CATTextureFunction {
CATDecalTexture,
CATModulateTexture,
CATBlendTexture,
CATReplaceTexture
}
Texture paint mode.
- Values:
-
- CATDecalTexture
- Mixes the object color with the alpha texture component.
- CATModulateTexture
- Modulates the object color with the texture color.
- CATBlendTexture
- Blends the object color and the texture color.
- CATReplaceTexture
- Replaces the object color by the texture color.
- See also:
- CATGraphicMaterial
This object is included in the file: CATGraphicMaterial.h