Get 1Click Maker

Color โ€‹

Color
FREE 40 memory Color & Light works on targets

Tint faces with any color. Works on Blinn-Phong and PBR at the same time.

Tints the chosen faces. The color multiplies the texture: white <1,1,1> shows the texture as is, <1,0,0> makes it red, <0.5,0.5,0.5> darkens it.

Fields โ€‹

FieldRequiredWhat to enter
TargetYes$THIS or a scanned target.
Link Namesif multi-primWhich prims. With ALL LINKS, each prim uses its own faces.
FacesYes0โ€“7 or All.
ColorYesRGB vector, each value 0.0โ€“1.0. Example <1.000, 0.502, 0.000> for orange.

Notes โ€‹

  • Transparency is preserved. The action only touches the color part; the alpha of each face stays as it was.
  • PBR too. The tint is applied to the PBR material of the face as well, so both layers stay in sync.
  • Converting from 0โ€“255: divide by 255. #3399FF = (51, 153, 255) โ†’ <0.200, 0.600, 1.000>.
  • For customer-chosen colors, use the Color Picker instead of dozens of buttons.
  • A "reset" button with <1,1,1> is a good habit.

Example โ€‹

text
btn_red    โ†’ Color: Shirt, ALL LINKS, faces All, <1, 0, 0>
btn_reset  โ†’ Color: Shirt, ALL LINKS, faces All, <1, 1, 1>