GetLightColor()

语法

Result = GetLightColor(#Light, Type)
概要
Gets the specified light color value.

参数

#Light The light to use.
Type The color type to get. It can be one of the following value:
  #PB_Light_DiffuseColor : get the diffuse color value.
  #PB_Light_SpecularColor: get the specular color value.

返回值

The specified light RGB color value.

参阅

SetLightColor()

已支持操作系统

所有

<- FreeLight() - Light Index - HideLight() ->