draw_light_get_ambient


描述

This function will return the current colour used for ambient lighting.


语法:

draw_light_get_ambient()


返回:

Real(实数)


例如:

light_col = draw_light_get_ambient();

The above code will get the current ambient light colour and store it in a variable.


上一页: Drawing And The Display
下一页: draw_light_get
© Copyright YoYo Games Ltd. 2018 All Rights Reserved