Index

GetThemeCliffLight

GetThemeCliffLight ->blue ->green ->red

Description

Gets the current theme's cliff light color. Three values; red/green/blue are returned. Each is a floating point number where 1 is full brightness and 0 is minimal brightness. The texture light gets multiplied with the texture color at each pixel to determine the final color to show on the screen. So a color of [1,1,1] will leave the texture unaltered.

Examples

trace3(GetThemeCliffLight)

Index