SET FACE USER COLOR

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

Up

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