Discussion forum for G-Force users
Moderators: BTT, andy55, b.dwall, juxtiphi
-
ShohS
- Posts: 76
- Joined: Fri Apr 06, 2018 11:46 am
- Location: no one must know shhhh
Post
by ShohS »
So I made some dynamic colormaps and I want them to have their own thumbnails. How do I do it?
Code: Select all
//Inked by ShohS
A0="rnd(1)"
H="A0"
S="i^.5"
V="1-i^.25"
Vers=100
Code: Select all
//Steel Hues by ShohS
A0="rnd(1)"
H="cos( PI * ( i - .5) )+A0-i^4"
S="1-cos( PI * ( i - .5) )^.5"
V="cos( PI * ( i - .5) )"
Vers=100
Nut
-
VisuallFreak
- Posts: 14
- Joined: Tue Oct 08, 2024 8:43 am
Post
by VisuallFreak »
i dont even know what the dynamic colormaps are..
aren't colomaps in image form?
how can i use those in txt? i mean where to place them?
-
ShohS
- Posts: 76
- Joined: Fri Apr 06, 2018 11:46 am
- Location: no one must know shhhh
Post
by ShohS »
make a txt file and put it in the colormaps folder those will act as usual but the thumbnail will be a standard rainbow
Nut
-
VisuallFreak
- Posts: 14
- Joined: Tue Oct 08, 2024 8:43 am
Post
by VisuallFreak »
tested yesterday and worked like a charm!
thanks buddy for your work, you rock!
