Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTGradient.h File Reference
#import "CPTDefinitions.h"
+ Include dependency graph for CPTGradient.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CPTGradientElement
 A structure representing one node in a linked list of RGBA colors. More...
 
class  CPTGradient
 Draws color gradient fills. More...
 

Enumerations

enum  CPTGradientBlendingMode : NSInteger { CPTLinearBlendingMode, CPTChromaticBlendingMode, CPTInverseChromaticBlendingMode }
 Enumeration of blending modes. More...
 
enum  CPTGradientType : NSInteger { CPTGradientTypeAxial, CPTGradientTypeRadial }
 Enumeration of gradient types. More...
 

Enumeration Type Documentation

◆ CPTGradientBlendingMode

Enumeration of blending modes.

Enumerator
CPTLinearBlendingMode 

Linear blending mode.

CPTChromaticBlendingMode 

Chromatic blending mode.

CPTInverseChromaticBlendingMode 

Inverse chromatic blending mode.

◆ CPTGradientType

Enumeration of gradient types.

Enumerator
CPTGradientTypeAxial 

Axial gradient.

CPTGradientTypeRadial 

Radial gradient.