我正在开发一个聊天应用程序,为此,我需要为用户个人资料图片生成随机颜色。但我需要为同一个人生成相同的颜色。我有一个唯一的用户 ID。我不喜欢在生成颜色代码一次后保存颜色代码。所以,基本上我需要一种获取颜色代码的方法。
int getUserColourCode(String userId) {
//code needed.
//It should return random colour code (int) with respect to user id.
//I would like to exclude light shade colours (dark and semi dark colours are preferred).
}
提前致谢。
喵喵时光机
GCT1015
长风秋雁
相关分类