VS:GetLightColorRGB/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

ハンドルで指定した光源の放射光の色成分を返します。

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

Parameters

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

Version

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