0

我有一个奇怪的问题......我有一个请求:我有一个图像,我在这个图像中的操作将产生相同的图像,不透明度 = 40% 和填充 = 37%.. 但我不明白填充请求。 ..我怎样才能在我的 UIIMage 上得到这个?这是我的代码:

UIImage *myImage = [UIImage imageNamed:@"myimage.png"];
    [myImage drawInRect:CGRectMake(0, 0, aSourceImage.size.width, aSourceImage.size.width) blendMode:kCGBlendModeNormal alpha:0.37];
//..other code...
4

0 回答 0