Making RGB color in Xcode

后端 未结 5 621
萌比男神i
萌比男神i 2020-12-02 07:06

I am using RGB values of a color from Photoshop and using the same in Xcode the values are.Color-R-160,G-97,B-5...the color in Photoshop appears yellowish but in Xcode when

5条回答
  •  醉梦人生
    2020-12-02 07:20

    Yeah.ios supports RGB valur to range between 0 and 1 only..its close Range [0,1]

提交回复
热议问题