GET EDGE USER COLOR

From Macros Wiki
Revision as of 00:31, 19 February 2016 by Mikeo (talk | contribs) (Created page with "{{Up}} {{Command|syntax=GET_EDGE_USER_COLOR <solid> <face> <red> <green> <blue> |description=Get the user color of a edge |param1=<solid>|param1_desc=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Up

Command

GET_EDGE_USER_COLOR <solid> <face> <red> <green> <blue>


Get the user color of a edge

Parameters

<solid>
Solid number
<face>
Edge number
<red>
Variable for the red component of color (0 to 255)
<green>
Variable for the green component of color (0 to 255)
<blue>
Variable for the blue component of color (0 to 255)

Example

GET_EDGE_USER_COLOR 12, 5, iRed, iBlue, iGreen  ! get the user color for edge 5 on solid 12