Core Plot (iOS and tvOS)
Cocoa plotting framework for macOS, iOS, and tvOS
CPTRGBAColor Struct Reference

RGBA color for gradients. More...

#include <CPTDefinitions.h>

Public Fields

CGFloat red
 The red component (0 ≤ red ≤ 1). More...
 
CGFloat green
 The green component (0 ≤ green ≤ 1). More...
 
CGFloat blue
 The blue component (0 ≤ blue ≤ 1). More...
 
CGFloat alpha
 The alpha component (0 ≤ alpha ≤ 1). More...
 

Detailed Description

RGBA color for gradients.

Member Data Documentation

◆ alpha

CGFloat CPTRGBAColor::alpha

The alpha component (0 ≤ alpha ≤ 1).

◆ blue

CGFloat CPTRGBAColor::blue

The blue component (0 ≤ blue ≤ 1).

◆ green

CGFloat CPTRGBAColor::green

The green component (0 ≤ green ≤ 1).

◆ red

CGFloat CPTRGBAColor::red

The red component (0 ≤ red ≤ 1).


The documentation for this struct was generated from the following file: