Package autodesk_toxik :: Module precompmodule :: Class RenderLayer :: Class BlendMode
[frames] | no frames]

Class BlendMode

object --+
         |
        RenderLayer.BlendMode

Class enumerating possible blend modes between render layers. The BlendMode members can be set to anything (string, integer, etc), as long as they are different from each other.

Instance Methods

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  Normal = 0
  Average = 1
  Add = 2
  Subtract = 3
  Darken = 4
  Multiply = 5
  ColorBurn = 6
  LinearBurn = 7
  Lighten = 8
  Screen = 9
  ColorDodge = 10
  LinearDodge = 11
  Spotlight = 12
  SpotlightBlend = 13
  Overlay = 14
  SoftLight = 15
  HardLight = 16
  PinLight = 17
  HardMix = 18
  Difference = 19
  Exclusion = 20
  Hue = 21
  Saturation = 22
  Color = 23
  Value = 24
Properties

Inherited from object: __class__