Color255

From Valve Developer Community
< Zh
Revision as of 21:18, 2 October 2020 by Pansong291ps (talk | contribs) (Created page with "{{lang|Color255|title=Color255}} {{note:zh-cn|这不是 C++ 变量。}} 用空格隔开的三个字节的字符串: <code>红 绿 蓝</code> === 样例 ===...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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