Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 464 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 464 Bytes

Hex-Code-Picker

Get the hex code of a pixel in TouchDesigner

Quickly-made TOX that takes the information from a pixel of the panel and provides the HEX code in a Text TOP. You can also type in a HEX code in a Field COMP and get the resulting color. Might come in handy somewhere.

NOTES

  • This is set for a 1280 x 720 resolution. For other resolutons, be sure to update Math1 and Math2 CHOPs.

TO DO

  • Create an interface
  • Add error catching