Go to the source code of this file.
Functions | |
function | CGGradientCreateWithColorComponents (aColorSpace, components, locations, count) |
function | CGGradientCreateWithColors (aColorSpace, colors, locations) |
function | CGGradientRelease () |
function | CGGradientRetain (aGradient) |
Variables | |
import CGColor j import CGColorSpace j | kCGGradientDrawsBeforeStartLocation = 1 << 0 |
kCGGradientDrawsAfterEndLocation = 1 << 1 |
function CGGradientCreateWithColorComponents | ( | aColorSpace | , | |
components | , | |||
locations | , | |||
count | ||||
) |
Definition at line 30 of file CGGradient.j.
function CGGradientCreateWithColors | ( | aColorSpace | , | |
colors | , | |||
locations | ||||
) |
Definition at line 46 of file CGGradient.j.
function CGGradientRelease | ( | ) |
Definition at line 51 of file CGGradient.j.
function CGGradientRetain | ( | aGradient | ) |
Definition at line 55 of file CGGradient.j.
kCGGradientDrawsAfterEndLocation = 1 << 1 |
Definition at line 28 of file CGGradient.j.
import CGColor j import CGColorSpace j kCGGradientDrawsBeforeStartLocation = 1 << 0 |
Definition at line 27 of file CGGradient.j.