Difference between revisions of "0340"
Jump to navigation
Jump to search
(Created page with "thumb|0340 in action {{OpCode | games = {{Icon|t}} | command = SET_<wbr>TEXT_<wbr>COLOUR | description = Sets the color of the text | syntax1 =...") |
m |
||
Line 3: | Line 3: | ||
| games = {{Icon|t}} | | games = {{Icon|t}} | ||
| command = SET_<wbr>TEXT_<wbr>COLOUR | | command = SET_<wbr>TEXT_<wbr>COLOUR | ||
− | | description = Sets the color of the text | + | | description = Sets the color of the [[Text#Intro text|text]] |
| syntax1 = 0340: set_text_draw_color [''int1''] [''int2''] [''int3''] [''int4''] | | syntax1 = 0340: set_text_draw_color [''int1''] [''int2''] [''int3''] [''int4''] | ||
| p1t = [''int1''] | | p1t = [''int1''] | ||
Line 15: | Line 15: | ||
}} | }} | ||
− | This opcode sets the color and opacity of the text, which defaults to the RGBA color of (225,225,225,255) (or #E1E1E1FF in hexadecimal, <span style="color: #E1E1E1;">⬛</span>). The color and opacity | + | This opcode sets the color and opacity of the text, which defaults to the RGBA color of (225,225,225,255) (or #E1E1E1FF in hexadecimal, <span style="color: #E1E1E1;">⬛</span>). The color and opacity do not affect the black text shadow beneath the text. The lead image on this page shows text displayed in Vice City. The colors in order of descent are default color and opacity, red with full opacity, yellow with full opacity, and yellow with half opacity. |
== Keywords == | == Keywords == | ||
− | set, draw, text, color, colour | + | set, draw, intro, {{K|text}}, color, colour |
Latest revision as of 05:52, 2 November 2016
- Description
- Sets the color of the text
- Syntax
- 0340: set_text_draw_color [int1] [int2] [int3] [int4]
- Parameter
- [int1]
- Red, between 0 and 255
- [int2]
- Green, between 0 and 255
- [int3]
- Blue, between 0 and 255
- [int4]
- Alpha, between 0 and 255
This opcode sets the color and opacity of the text, which defaults to the RGBA color of (225,225,225,255) (or #E1E1E1FF in hexadecimal, ⬛). The color and opacity do not affect the black text shadow beneath the text. The lead image on this page shows text displayed in Vice City. The colors in order of descent are default color and opacity, red with full opacity, yellow with full opacity, and yellow with half opacity.
Keywords
set, draw, intro, text, color, colour