|
From: Alexander S.K. <al...@be...> - 2016-08-08 10:48:22
|
Alain Aupeix пишет:
>> I have a color in the form #F4DFDA
>> How can I find the value to use it with BACKCOLOR ?
>> Is there an hwgui function which does it ?
>>
>> Thanks
>> A+
> I had the function in front of me, and I don't see it :-!
>
> hwg_VColor()
>
It is preferrable to use hwg_ColorC2N(). hwg_vColor() presents for
conmpatibility with old versions, it is defined in guilib.ch:
#xtranslate hwg_VColor([<n,...>]) => hwg_ColorC2N(<n>)
Regards, Alexander.
|