Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

Blend modes


Enumerations

enum  {
  GRADIENT_BLEND_LINEAR,
  GRADIENT_BLEND_POWER,
  GRADIENT_BLEND_SINE,
  GRADIENT_BLEND_INCREASING,
  GRADIENT_BLEND_DECREASING
}
 Blend modes. More...


Enumeration Type Documentation

anonymous enum
 

Enumeration values:
GRADIENT_BLEND_LINEAR  Linear blend.
GRADIENT_BLEND_POWER  Power law blend.
GRADIENT_BLEND_SINE  Sine blend.
GRADIENT_BLEND_INCREASING  Quadratic increasing blend.
GRADIENT_BLEND_DECREASING  Quadratic decreasing blend.