![]() |
![]() |
![]() |
SET_PART_BASE_COLOR changes the base color attribute of the specified part.
--->(SET_PART_BASE_COLOR)--(:PARTS)--|parts|--+--(:COLOR)--(GET_RGB_COLOR)----+-->
| |
+--(:COPY)--(:REF_SRC)--|part|--+
| |
+--(:CLR)-----------------------+
SET_PART_BASE_COLOR :PARTS "/my_part" :COLOR :HSL 0.4,0.78,0.98
Alternatively, you can use the HSL and RGB sliders on the color menu to specify the part color.
Alternatively, you can copy the current color of another part.
All part names must be enclosed by double quotes (" ").
![]() |
![]() |
![]() |