[fpc-pascal] red( clGrayText)
Philippe
philippe at quarta.com.br
Tue Dec 2 09:57:39 CET 2014
Em 01.12.2014 22:42, Mattias Gaertner escreveu:
> On Mon, 01 Dec
2014 22:01:15 -0200
> Philippe <philippe at quarta.com.br> wrote:
>
>>
[...] http://wiki.lazarus.freepascal.org/Colors#System_colors [1][1]
>>
>>> I have seen it ... but did not catch that it may not work
>> with
red( x) ... making it more simple, it means that the range of values
used for those constants as clGrayText is not TColor compatible. Is that
correct?
>
> clGrayText is a TColor, but TColor is not always a simple
RGB value.
> System colors are context sensitive.
> You might try
>
>
Red(ColorToRGB(clGrayText));
>
> Mattias
>
> working fine !
> Thank
you.
>
> _______________________________________________
> fpc-pascal
maillist - fpc-pascal at lists.freepascal.org
>
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal [2]
Links:
------
[1]
http://wiki.lazarus.freepascal.org/Colors#System_colors
[2]
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20141202/8c15d771/attachment.html>
More information about the fpc-pascal
mailing list