How do I darken an Indi color

 

Hi Guys...(sorry if I am multi posting here but I couldn't find my last post)

How do I darken my indi color...?

My code is....(don't even know how to do a "code" block)....but anyway...

   color    Bottom_Line_Color = clrDarkGreen;  // Color of bottom lines

   color    Top_Line_Color    = clrMaroon;     // Color of Top lines


But I want them darker than that....

My slider says Red:105, Green:20 and Blue:20

 How do I put that in my code...?

 

Thanx 

 

K... so I've answered my own question...

Just Type C',R_colour_value, G_colour_value,B_color_value'

Take note that you have to have the " ' " quotations

Later

 MikeT 

 

Sorry.... so:

 

    color    Bottom_Line_Color = C'64,0,0';  // Color of bottom lines, and

   color    Top_Line_Color    = C'0,47,0';     // Color of Top lines

 

Later 

Reason: