Вниз
Скачать: CL | DM;

HTML colors   Найти похожие ветки 

 
Adil   (2003-05-18 12:09) [0]

Как переоброзовать TColor в HTML код.
Например $004080FF заменить на #FF8040.
Или работать с RGB


 
Palladin ©   (2003-05-18 12:37) [1]


function AsHTMLColor(c:TColor):string;
begin
result:="#"+inttohex(LongRec(C).Bytes[2],2)+inttohex(LongRec(C).Bytes[1],2)+inttohex(LongRec(C).Bytes[0],2);
end;


 
Adil   (2003-05-18 12:56) [2]

Спосиба.Но там есть неболшая ошика дожен быть:

result:="#"+inttohex(LongRec(C).Bytes[0],2)+inttohex(LongRec(C).Bytes[2],2)+inttohex(LongRec(C).Bytes[1],2);


 
Palladin ©   (2003-05-18 13:08) [3]

да, перепутал, ты прав


 
Fenik ©   (2003-05-18 13:09) [4]

http://delphibase.endimus.com/?action=viewfunc&topic=mediacolors&id=10127



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.013 c
1-94931
Max123
2003-05-17 18:07
2003.05.29
Сaption!!!


1-94876
Mr. xXx
2003-05-20 13:13
2003.05.29
Help me with keys of the mouse!


11-94780
edik
2002-08-29 15:18
2003.05.29
Обработка событий


6-94982
VIB
2003-03-29 16:12
2003.05.29
MAC-Adress


1-94922
Holy
2003-05-17 16:03
2003.05.29
Как провести перекодировку из UTF-7 ?




   Наверх