gpt4 book ai didi

ios - 无法在SpriteKit的SKLabelNode的FontColor中使用UIColor(red:,green:,blue :,)

转载 作者:行者123 更新时间:2023-12-01 17:50:02 24 4
gpt4 key购买 nike

我不知道为什么我不能在SpriteKit中使用它。如果我尝试UIColor(red:156,green:187,blue:214),颜色变成白色。它不是应该的颜色,我不知道为什么它不起作用。

最佳答案

更改
UIColor(red:156,green:187,blue:214)
至:
UIColor(red: 156/255.0, green: 187/255.0, blue: 214/255.0)

关于ios - 无法在SpriteKit的SKLabelNode的FontColor中使用UIColor(red:,green:,blue :,),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33845216/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com