SET EDGE USER COLOR
From Macros Wiki
Jump to navigationJump to search
Command
- SET_EDGE_USER_COLOR <solid> <face> <red> <green> <blue>
Set the user color of a edge
Parameters
- <solid>
- Solid number
- <face>
- Edge number
- <red>
- Red component of color (0 to 255)
- <green>
- Green component of color (0 to 255)
- <blue>
- Blue component of color (0 to 255)
Example
- SET_EDGE_USER_COLOR 12, 5, 0, 255, 0 ! set the user color for edge 5 on solid 12 to green