Colors of the rainbow
Ozan K. BAYRAM
Istanbul
This is OK, there is no problem.
but i need to use hex colors like '#FF0000'.
is there any easy way to convert?
thanks in advance
var
Color1:longint=0;
begin
Color1 := $00F0E3F2;
Memo185.Color:=Color1;
end.
but i need to use hex colors like '#FF0000'.
is there any easy way to convert?
thanks in advance
Comments
if your color is #AABBCC then you need to convert this as $00CCBBAA...
Now i'm using these methods to achive that goal... Any suggestion would be appreciated...
Thanks you for the post.
Hi guys, Im a newbie. Nice to join this forum.
__________________
so did you finda solution?
if you did, could you please pm me and tell what exactly you did?
i'd really appreciate it, thank you in advance