gpt4 book ai didi

Android:java.lang.IllegalArgumentException:未知颜色

转载 作者:IT王子 更新时间:2023-10-28 23:34:38 25 4
gpt4 key购买 nike

当我尝试运行以下代码时出现上述错误:

int colourInt = Color.parseColor(colour.getHexValue());

有问题的十六进制值是 ee3090b0。有没有办法可以将颜色十六进制值转换为其等效整数并仍保留 alpha 值?我已尝试遵循此 post 中提出的建议,但它不起作用...

最佳答案

来自 documentation :

public static int parseColor (String colorString)

Parse the color string, and return the corresponding color-int. If the string cannot be parsed, throws an IllegalArgumentException exception. Supported formats are: #RRGGBB #AARRGGBB 'red', 'blue', 'green', 'black', 'white', 'gray', 'cyan', 'magenta', 'yellow', 'lightgray', 'darkgray'

您的方法可能返回一个不以 # 开头的字符串。

关于Android:java.lang.IllegalArgumentException:未知颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8225185/

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