Get Backers Posted January 8, 2021 Posted January 8, 2021 (edited) Hi, anyone can help me, this source is color of yellow but i want to change color into RGB Thanks!! PS: i want to change this color ^C6A518 but i dont know where can put clif_messagecolor(&sd->bl, color_table[COLOR_YELLOW], atcmd_output, false, SELF); Edited January 8, 2021 by Get Backers Quote
1 Haruka Mayumi Posted January 10, 2021 Posted January 10, 2021 (edited) int color = 0xC6A518; clif_messagecolor(&sd->bl, color, atcmd_output, true, SELF); Edited January 10, 2021 by Haruka Mayumi 1 Quote
0 Get Backers Posted January 9, 2021 Author Posted January 9, 2021 anyone how to change rgb color? ty Quote
0 Emistry Posted January 10, 2021 Posted January 10, 2021 just use any website that allow you to convert hex color code into rgb https://color-hex.org/color/c6a518 Quote
0 Chasewalk Posted January 10, 2021 Posted January 10, 2021 (edited) thanks emistry but where can add rgb color on clif_messagecolor can u send whole source with color rgb thank you!! Edited January 10, 2021 by Chasewalk Quote
0 Get Backers Posted January 11, 2021 Author Posted January 11, 2021 (edited) Sorry for the late reply Haruka Mayumi it's that correct? Edited January 11, 2021 by Get Backers Quote
Question
Get Backers
Hi, anyone can help me, this source is color of yellow but i want to change color into RGB Thanks!!
PS: i want to change this color ^C6A518 but i dont know where can put
clif_messagecolor(&sd->bl, color_table[COLOR_YELLOW], atcmd_output, false, SELF);
Edited by Get Backers5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.