Cappuccino  1.0.0
 All Classes Files Functions Variables Typedefs Macros Groups Pages
CGGradient.j File Reference

Go to the source code of this file.

Typedefs

typedef CGGradient kCGGradientDrawsBeforeStartLocation = 1 << 0
 

Functions

function CGGradientCreateWithColorComponents (aColorSpace, components, locations, count)
 
function CGGradientCreateWithColors (aColorSpace, colors, locations)
 
function CGGradientRelease ()
 
function CGGradientRetain (aGradient)
 

Variables

 kCGGradientDrawsAfterEndLocation = 1 << 1
 

Typedef Documentation

typedef CGGradient kCGGradientDrawsBeforeStartLocation = 1 << 0

Definition at line 26 of file CGGradient.j.

Function Documentation

function CGGradientCreateWithColorComponents ( aColorSpace  ,
components  ,
locations  ,
count   
)

Definition at line 29 of file CGGradient.j.

function CGGradientCreateWithColors ( aColorSpace  ,
colors  ,
locations   
)

Definition at line 54 of file CGGradient.j.

function CGGradientRelease ( )

Definition at line 59 of file CGGradient.j.

function CGGradientRetain ( aGradient  )

Definition at line 63 of file CGGradient.j.

Variable Documentation

kCGGradientDrawsAfterEndLocation = 1 << 1

Definition at line 27 of file CGGradient.j.