Difference between revisions of "LlLinear2sRGB/ja"
Jump to navigation
Jump to search
(copy from english(Todo: need translate to japanese)) |
m |
||
Line 1: | Line 1: | ||
[[Category:LSL_Functions]] | [[Category:LSL_Functions]] | ||
{{LSL_Function | {{LSL_Function/ja | ||
|func=llLinear2sRGB | |func=llLinear2sRGB | ||
|sort=LinearTosRGB | |sort=LinearTosRGB |
Revision as of 12:09, 2 November 2023
LSL ポータル | 関数 | イベント | 型 | 演算子 | 定数 | 実行制御 | スクリプトライブラリ | カテゴリ別スクリプトライブラリ | チュートリアル |
要約
関数: vector llLinear2sRGB( vector color );仕様
Lights in Second Life are specified in LSL as linear red, green blue values in the range (0.0, 1.0). Internally light calculations are performed in the sRGB colorspace.
The sRGB (Standard Red Green Blue) colorspace is defined in IEC 61966-2-1:1999 and was developed as a joint project between Microsoft and HP.
This calculation is known as an Inverse Electro-Optical Transfer Function (IEOTF).
警告
サンプル
関連項目
関数
• | llsRGB2Linear | To convert from sRGB to the Linear colorspace. (EOTF) |
特記事項
この項目はあなたにとって参考にならない項目ですか?もしかしたらLSL Wikiの関連した項目が参考になるかもしれません。