GET EDGE USER COLOR

From Macros Wiki
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