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.
如何增加 UIImageView 特定区域的亮度,例如:我有一个带有图像的图像视图。我想增加该图像特定椭圆区域的图像亮度。我知道如何增加整个图像的亮度,但不知道特定的椭圆区域。
您可以添加一个黑色UIView并在其上应用特定的 alpha(这将控制您希望您的视图有多暗)并将蒙版层附加到此具有椭圆的视图。对于被遮盖的视图部分,它会更亮。
UIView
Quartzcore使用图层/蒙版时需要导入框架。蒙版是您的视图层 ( [yourView layer].mask) 的属性。
Quartzcore
[yourView layer].mask