内容の保証はしません。
| colorSpace | グラデーションオブジェクトのカラースペースを返します | |
| drawFromCenter:radius:toCenter:radius:options: | ||
| 円から円のグラデーションを描画します | ||
| drawFromPoint:toPoint:options: | 指定した点から点までの帯状のグラデーションを返します | |
| drawInBezierPath:angle: | 指定したベジェパスを帯グラデーションで塗って描画します | |
| drawInBezierPath:relativeCenterPosition: | ||
| 指定したベジェパスを円グラデーションで塗って描画します | ||
| drawInRect:angle: | 指定した範囲を帯グラデーションの矩形で描画します | |
| drawInRect:relativeCenterPosition: | ||
| 指定した範囲を円グラデーションの矩形で描画します | ||
| getColor:location:atIndex: | グラデーションオブジェクトに設定されているカラーから指定した番号のカラーを取り出します | |
| initWithColors: | 指定したカラーの配列でグラデーションを初期化して返します | |
| initWithColors:atLocations:colorSpace: | ||
| 指定したカラーの配列と位置の配列でグラデーションオブジェクトを初期化して返します | ||
| initWithColorsAndLocations: | カラーオブジェクトと位置のを交互に指定してグラデーションオブジェクトを初期化して返します | |
| initWithStartingColor:endingColor: | ||
| 開始カラーと終了カラーでグラデーションオブジェクトを初期化して返します | ||
| interpolatedColorAtLocation: | グラデーションオブジェクトの指定した場所のカラーを返します | |
| numberOfColorStops | グラデーションオブジェクトにカラーがいくつセットされているかを返します | |