CIImage Additions
-(void)drawAtPoint:(NSPoint)point: fromRect:(NSRect)srcRect: operation:(NSCompositingOperation)op: fraction:(float)delta: 解説 調査中... CIImageを指定したポイントに描画します。 返り値 ( void ) なし 引数 ( NSPoint )point ( NSRect )srcRect (…
指定した範囲にCIImageを描画します -(void)drawInRect:(NSRect)dstRect: fromRect:(NSRect)srcRect: operation:(NSCompositingOperation)op: fraction:(float)delta: 解説 指定した範囲にCIImageを描画します。 描画される対象はfocusされているオブジェク…
ビットマップ画像内容からCI画像を初期化します -(id)initWithBitmapImageRep:(NSBitmapImageRep *)bitmapImageRep: 解説 ビットマップ画像内容からCI画像を初期化します。 返り値 ( id ) オブジェクト() 引数 ( NSBitmapImageRep * )bitmapImageRep フレ…