API  1.0.0
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

◆ kCGGradientDrawsBeforeStartLocation

typedef CGGradient kCGGradientDrawsBeforeStartLocation = 1 << 0

Definition at line 26 of file CGGradient.j.

Function Documentation

◆ CGGradientCreateWithColorComponents()

function CGGradientCreateWithColorComponents ( aColorSpace  ,
components  ,
locations  ,
count   
)

Definition at line 29 of file CGGradient.j.

◆ CGGradientCreateWithColors()

function CGGradientCreateWithColors ( aColorSpace  ,
colors  ,
locations   
)

Definition at line 54 of file CGGradient.j.

◆ CGGradientRelease()

function CGGradientRelease ( )

Definition at line 59 of file CGGradient.j.

◆ CGGradientRetain()

function CGGradientRetain ( aGradient  )

Definition at line 63 of file CGGradient.j.

Variable Documentation

◆ kCGGradientDrawsAfterEndLocation

kCGGradientDrawsAfterEndLocation = 1 << 1

Definition at line 27 of file CGGradient.j.