PROJ FLASH COLOR: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
Fox (talk | contribs)
Redirected page to Defineprojectile
Tag: New redirect
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
PROJ_FLASH_COLOR is a [[defineprojectile]] property used to set the color (if any) of a Polymer light.
#REDIRECT [[defineprojectile]]
 
Syntax is:
 
[[defineprojectile]] <tile number> PROJ_FLASH_COLOR <number>
 
Where <number> is the color of the light. The number can be determined from RGB color values by adding the red value plus the green value shifted left 8 bits plus the blue value shifted left 16 bits. So, RGB of 100, 100, 100 would be 6579300 = 100 + 100<<8 + 100<<16 = 100 + 25600 + 6553600. 150, 100, 255 would be 16737380.
 
[[Category:Projectile_structure_members]]

Latest revision as of 10:58, 21 February 2020

Redirect to: