Zh/Color255: Difference between revisions

From Valve Developer Community
< Zh
Jump to navigation Jump to search
(Created page with "{{lang|Color255|title=Color255}} {{note:zh-cn|这不是 C++ 变量。}} 用空格隔开的三个字节的字符串: <code>红 绿 蓝</code> === 样例 ===...")
 
m (Categories)
Line 16: Line 16:
{{note:zh-cn|Light 实体使用 Color255 表示颜色,然后使用[[integer:zh-cn|整数]]表示强度。<br>'''样例: <code>"255 255 255 5000"</code>'''}}
{{note:zh-cn|Light 实体使用 Color255 表示颜色,然后使用[[integer:zh-cn|整数]]表示强度。<br>'''样例: <code>"255 255 255 5000"</code>'''}}


[[Category:Variables]]
[[Category:Variables:zh-cn]]
[[Category:Glossary]]
[[Category:Glossary:zh-cn]]

Revision as of 02:59, 3 October 2020

English (en)Deutsch (de)Hrvatski (hr)Русский (ru)中文 (zh)Translate (Translate)

Template:Note:zh-cn

用空格隔开的三个字节的字符串: 红 绿 蓝

样例

红色 = "255 0 0"
绿色 = "0 255 0"
蓝色 = "0 0 255"
橙色 = "255 128 0"

Template:Note:zh-cn