Core Graphics   >     CGShading
クラス
CGShading
放射状と軸に沿ったグラデーションの塗りつぶしを描画するために、あなたが提供したカスタム関数によって制御される、色の間の滑らかな遷移の定義。
シンボル
シェーディングオブジェクトの作成
init?(axialSpace: CGColorSpace, start: CGPoint, end: CGPoint, function: CGFunction, extendStart: Bool, extendEnd: Bool)
軸方向のシェーディングに使用するシェーディングオブジェクトを作成します。
init?(radialSpace: CGColorSpace, start: CGPoint, startRadius: CGFloat, end: CGPoint, endRadius: CGFloat, function: CGFunction, extendStart: Bool, extendEnd: Bool)
放射状シェーディングに使用するシェーディングオブジェクトを作成します。
Core Foundation 型の操作
class var typeID: CFTypeID
Core Graphics シェーディングオブジェクト用の Core Foundation 型 ID を返します。