home *** CD-ROM | disk | FTP | other *** search
- ; colour lookup tables adjustment varibles
- ; allows the effect to be adjusted manually
-
- [STONE_EFFECT]
- Reducer =0.50 ; amount the grey is darkened by
- SpecalValue =120 ; amount added to adjusted grey value to specal the grey (rand(SpecalValue,1))
- Darkest =5 ; darkest colour of Red, Green, Blue allowed
-
-
- [METAL_EFFECT]
- Reducer =0.10 ; amount the effect is darkened by
- SpecalValue =80 ; amount added to adjusted color value to specal the color (rand(SpecalValue,1))
- Darkest =5 ; darkest color of red Green & blue allowed
- BlueTint =30 ; increases/decrease blue tint
- Contrast =0 ; contrast adjustment
-
-
- [REDTINT_EFFECT]
- Reducer =0.25 ; amount red increased by and green&blue reduced by
-
-
- [PALE_EFFECT]
- ; none
-
-
-