SET FACE USER COLOR
From Macros Wiki
Jump to navigationJump to search
Command
- SET_FACE_USER_COLOR <solid> <face> <red> <green> <blue>
Set the user color of a face
Parameters
- <solid>
- Solid number
- <face>
- Face 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_FACE_USER_COLOR 7, 3, 255, 0, 0 ! set the user color for face 3 on solid 7 to red