FredTheFred Posted August 22, 2015 Share Posted August 22, 2015 Hello all I try to understand how using the fill_color command For example ; fill_color ('S',0x50,1); 'S' is the starting Character 0x50 is a blue color And 1 is the next Character, Just S in this example But ! Where can i found a table for the code of color ? Quote Link to comment Share on other sites More sharing options...
Kiwi Posted August 23, 2015 Share Posted August 23, 2015 page 96 of the cv programming.pdf 0 Invisible - - - 1 Black 0.00 0.47 0.47 2 Medium Green 0.53 0.07 0.20 3 Light Green 0.67 0.17 0.27 4 Dark blue 0.40 0.40 1.00 5 Light blue 0.53 0.43 0.93 6 Dark Red (brown) 0.47 0.83 0.30 7 Cyan 0.73 0.00 0.70 8 Medium Red 0.53 0.93 0.27 9 Light Red (Pink/orange) 0.67 0.93 0.27 10 (A) Dark Yellow (Yellow) 0.73 0.57 0.07 11 (B) Light Yellow (Yellow + Light Grey) 0.80 0.57 0.17 12 (C) Dark Green 0.47 0.13 0.23 13 (D) Magenta 0.53 0.73 0.67 14 (E) Grey (Light Grey) 0.80 0.47 0.47 15 (F) White 1.00 0.47 0.47 for example, code 0xBE, will be light yellow foreground, with grey background. Quote Link to comment Share on other sites More sharing options...
FredTheFred Posted August 23, 2015 Author Share Posted August 23, 2015 I've already seen this table, Thanks you for explain. Quote Link to comment Share on other sites More sharing options...
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.
Note: Your post will require moderator approval before it will be visible.