2

デフォルトのタイマーアプリのアイコンに似た、マルチカラーのコンプリケーションアイコンを表示したいと思います:

ここに画像の説明を入力

これは、アイコンを多色で表示するための私のコードです:

CLKComplicationTemplateModularSmallStackImage* template=[[CLKComplicationTemplateModularSmallStackImage alloc]init];

template.line1ImageProvider=[CLKImageProvider imageProviderWithOnePieceImage:[UIImage imageNamed:@"Complication/Modular"] 
    twoPieceImageBackground:[UIImage imageNamed:@"ComplicationForeground/Modular"] 
    twoPieceImageForeground:[UIImage imageNamed:@"ComplicationBackgroud/Modular"]];

entry = [CLKComplicationTimelineEntry entryWithDate:[NSDate date]
                                           complicationTemplate:template];

ツーピースの画像はどちらも背景がはっきりしています。中央の画像を whiteColor で塗りつぶし、extern 画像を別の色で塗りつぶすにはどうすればよいですか?

4

1 に答える 1