API  0.9.6
 All Classes Files Functions Variables Macros Groups Pages
CGGradient.j File Reference

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

 kCGGradientDrawsAfterEndLocation = 1 << 1
 
 kCGGradientDrawsBeforeStartLocation = 1 << 0
 

Function Documentation

function CGGradientCreateWithColorComponents ( aColorSpace  ,
components  ,
locations  ,
count   
)

Definition at line 28 of file CGGradient.j.

function CGGradientCreateWithColors ( aColorSpace  ,
colors  ,
locations   
)

Definition at line 52 of file CGGradient.j.

function CGGradientRelease ( )

Definition at line 57 of file CGGradient.j.

function CGGradientRetain ( aGradient  )

Definition at line 61 of file CGGradient.j.

Variable Documentation

kCGGradientDrawsAfterEndLocation = 1 << 1

Definition at line 26 of file CGGradient.j.

kCGGradientDrawsBeforeStartLocation = 1 << 0

Definition at line 25 of file CGGradient.j.