- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
case ColorChunkStart of
0 : result := RGB(255,
(255 div ColorChunk) * ColorChunkIndex,
0);
1 : result := RGB(255 - (255 div ColorChunk) * ColorChunkIndex,
255,
0);
2 : result := RGB(0, 255, (255 div ColorChunk) * ColorChunkIndex);
3 : result := RGB(0,
255 - (255 div ColorChunk) * ColorChunkIndex,
255);
4 : result := RGB((255 div ColorChunk) * ColorChunkIndex,
0,
255);
5 : result := RGB(255,
0,
255 - (255 div ColorChunk) * ColorChunkIndex);
else
if WrapToRed <> false then
result := RGB(255, 0, 0) else
result := RGB(255, 0, 255);
end;{Case}
guest 02.08.2011 22:41 # 0
унылый же код-стена
TarasB 02.08.2011 22:50 # −3
guest 02.08.2011 23:00 # +1
gegMOPO4 03.08.2011 00:27 # +1
TarasB 03.08.2011 10:29 # +3
guest 03.08.2011 00:36 # 0
TheHamstertamer 10.09.2011 17:13 # 0
Fai 10.09.2011 17:25 # 0
CPPGovno 10.09.2011 20:26 # 0
Lure Of Chaos 02.08.2011 23:20 # 0
roman-kashitsyn 02.08.2011 23:30 # 0
Lure Of Chaos 02.08.2011 23:33 # 0
gegMOPO4 03.08.2011 00:31 # 0
Lure Of Chaos 03.08.2011 11:02 # 0
вы это перлисту скажите ))))
Fai 03.08.2011 19:09 # 0
RaZeR 03.08.2011 16:50 # −1
Fai 03.08.2011 19:10 # 0
gegMOPO4 03.08.2011 21:49 # 0
Fai 03.08.2011 22:30 # 0
guest 03.08.2011 23:00 # −1
Tronix 07.08.2011 10:04 # 0
guest8 09.04.2019 11:16 # −999
Bezeus 25.08.2021 01:02 # 0