![]()  | 
  
    Core Plot (macOS)
    
   Cocoa plotting framework for macOS, iOS, and tvOS 
   | 
 
A structure representing one node in a linked list of RGBA colors. More...
#include <CPTGradient.h>
 Collaboration diagram for CPTGradientElement:Public Fields | |
| CPTRGBAColor | color | 
| Color.  More... | |
| CGFloat | position | 
Gradient position (0 ≤ position ≤ 1)  More... | |
| struct _CPTGradientElement *__nullable | nextElement | 
Pointer to the next CPTGradientElement in the list (last element == NULL)  More... | |
A structure representing one node in a linked list of RGBA colors.
| CPTRGBAColor CPTGradientElement::color | 
Color.
| struct _CPTGradientElement* __nullable CPTGradientElement::nextElement | 
Pointer to the next CPTGradientElement in the list (last element == NULL) 
| CGFloat CPTGradientElement::position | 
Gradient position (0 ≤ position ≤ 1)