Cquery comes with 16 colors only they are listed below as
many of Cquery's function uses color to give color to the desire string as
The cool thing about color argument is case insensitivity as you seen in above example.
- Black
- Blue
- Green
- Sea_green
- Red
- Voilet
- Orange
- Light_gray
- Gray
- Light_blue
- Sky_blue
- Light_orange
- Pink
- Yellow
- White
Usage:
many of Cquery's function uses color to give color to the desire string as
#include<cquery.h> void main(void) { color_str("Light_blue","hellow"); move_str(10,5,"PInK","world"); animate_str(20,22,26,200,"right","Sea_GREEN","i am moving"); break_str("Invert",100,"Light_blue","cquery is the best :)"); }
The cool thing about color argument is case insensitivity as you seen in above example.
No comments:
Post a Comment