LightColor()

Syntax

LightColor(#Light, Color [, Type])
Description
Changes the #Light color. Valids colors may be created easily with the RGB() function. 'Type' can be one of the following values:
  #PB_Light_DiffuseColor: change the diffuse color of the light (default)
  #PB_Light_SpecularColor: change the specular color of the light

Supported OS

All

<- LightAttenuation() - Light Index - LightDirection() ->