如果我有颜色:
int color = 0x1a2cf3bb; // just an example
例如,如何仅更改具有以下值的 R 通道:
int red = 0xfe; // another example
这样颜色就变成了:
color = 0x1afef3bb;
如果我有颜色:
int color = 0x1a2cf3bb; // just an example
例如,如何仅更改具有以下值的 R 通道:
int red = 0xfe; // another example
这样颜色就变成了:
color = 0x1afef3bb;