GRADIENT_INTERPOLATION_TYPE

Enumerations

enum  GRADIENT_INTERPOLATION_TYPE {
  CUBICKNOT,
  SMOOTHKNOT,
  LINEARKNOT,
  NONE,
  EXP_UP,
  EXP_DOWN,
  BLEND
}
 

Detailed Description

Gradient interpolation types.

Enumeration Type Documentation

◆ GRADIENT_INTERPOLATION_TYPE

Enumerator
CUBICKNOT 

Cubic knot.

SMOOTHKNOT 

Smooth knot.

LINEARKNOT 

Linear knot.

NONE 

Step.

EXP_UP 

Exponential up (legacy).

EXP_DOWN 

Exponential down (legacy).

BLEND 

Blend.