Hi,
 
on one hand,
 
TColor = TGraphicsColor
and
TGraphicsColor = -$7FFFFFFF-1..$7FFFFFFF;
 
on the other hand, there are defined colors like
 
clNone    = TColor($1FFFFFFF);
clDefault = TColor($20000000);
 
So I'm also curious if its possible *somehow*.
 
Vojtěch
______________________________________________________________
Od: Graeme Geldenhuys via Lazarus <[email protected]>
Komu: Lazarus mailing list <[email protected]>
Datum: 26.09.2016 12:37
Předmět: [Lazarus] TColor and Alpha channel support

Hi,

All LCL colors seem to be defined in the format TColor($BBGGRR) - all
without the Alpha channel information.  Does TColor support the Alpha
channel, and if it does, will it it be applied everywhere or all
supported widgetsets?


Regards,
 Graeme

--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/ <http://fpgui.sourceforge.net/>

My public PGP key:  http://tinyurl.com/graeme-pgp 
<http://tinyurl.com/graeme-pgp>
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus-ide.org/listinfo/lazarus 
<http://lists.lazarus-ide.org/listinfo/lazarus>

-- 
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to