iText 8.0.5 API
iText.Kernel.Colors.Gradients Namespace Reference

Classes

class   AbstractLinearGradientBuilder
  Base class for linear gradient builders implementations. More...
 
class   GradientColorStop
  The gradient stop color structure representing the stop color configuration. More...
 
class   LinearGradientBuilder
  The linear gradient builder implementation with direct target gradient vector and shading transformation ( more info ) More...
 
class   StrategyBasedLinearGradientBuilder
  The linear gradient builder with automatic coordinates vector evaluation for the target filled area based on configured strategy More...
 

Enumerations

enum   GradientSpreadMethod { GradientSpreadMethod.PAD, GradientSpreadMethod.REFLECT, GradientSpreadMethod.REPEAT, GradientSpreadMethod.NONE }
  Represents possible spreading methods for gradient color outside of the coordinates vector More...
 

Enumeration Type Documentation

◆ GradientSpreadMethod

Represents possible spreading methods for gradient color outside of the coordinates vector

Enumerator
PAD 

Pad the corner colors to fill the necessary area

REFLECT 

Reflect the coloring to fill the necessary area

REPEAT 

Repeat the coloring to fill the necessary area

NONE 

No coloring outside of the coordinates vector