iOS: What does tint color actually do?

后端 未结 1 1360
死守一世寂寞
死守一世寂寞 2020-12-17 16:30

Suppose a segmented control\'s tint color is set to RGB(69, 175, 225) but the actually color from color picker range from (top most) RGB(146, 181, 211) to (bottom most) RGB(

相关标签:
1条回答
  • 2020-12-17 17:04

    The tint is a color on which some fancy visual effects (glossy reflections and so on) is applied. iOS applies them to app icons, tab bars, navigation bars and many other things. I think it would be wrong for you to make any assumptions as to what the local color for a given pixel is for a given tint, given these visual effects vary from UIElement to UIElement and probably from one OS version to another.

    0 讨论(0)
提交回复
热议问题