> Am 29.04.2016 um 11:15 schrieb Frael <fr...@marine-label.com>:
> 
> Hi all
> 
> I'm interested in gradients, and I want a function that would give me two 
> colors from one color: a somewhat lighter and one slightly darker color than 
> last.


maybe like this:


  dim c as color = &c123456
  
  dim c1 as color = HSV(c.Hue, c.Saturation, c.Value +0.1)
  dim c2 as color = HSV(c.Hue, c.Saturation, c.Value -0.1)
  
  Break
  

Sincerely
Christian

-- 
Read our blog about news on our plugins:

http://www.mbsplugins.de/

_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to