VS:SetLightColorRGB/ja

From Vectorworks Developer
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

ハンドルで指定した光源が放射する光の色を設定します。

PROCEDURE SetLightColorRGB(
light :HANDLE;
red :LONGINT;
green :LONGINT;
blue :LONGINT);
def vs.SetLightColorRGB(light, red, green, blue):
    return None

Parameters

light HANDLE 光源のハンドル
red LONGINT 赤の成分
green LONGINT 緑の成分
blue LONGINT 青の成分

Version

利用可能バージョン: MiniCAD7.0.1