Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コードを Android から iOS に移植しようとしています。Android では、複数のビットマップを使用してから、Xfer モードを使用してそれらを転送していました。iOSで同じことを達成するにはどうすればよいですか。私は試した
CGContextRef context = UIGraphicsGetCurrentContext();
しかし、複数のビットマップを操作する方法がわかりません。何か基本的なことが欠けているかもしれません。すべての助けに感謝します。
描画先を新規作成しますCGBitmapContext。CGBitmapContextのサブクラスのようなものですCGContext。
CGBitmapContext
CGContext
「Xfer モードを使用して転送する」の意味がわかりません。おそらくあなたはsを探していCGBlendModeますか?
CGBlendMode