VisualizationFoundation 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:

This object is included in the file: CATGraphicMaterial.h

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.