HSVConstant
Constant TOP that can be controlled using HSV slider parameters.
Constant TOP that can be controlled using HSV slider parameters. These parameters can then be controlled by python or chop channels easily.
Outputs:
TOP - out1: HSVConstant TOP output texture.
Parameters:
Controls
H : Controls hue.
S: Controls saturation.
V : Controls value.
A : Controls alpha.
Values
Values: RGBA read only parameters for referencing RGBA output created using HSVA controls.
Common
Bound GLSL TOP parameters from "Common" page.
Kaegan Casey Github
KaeganCasey
Downloads: 392
Created at: 2.1.2022
2.0
Uploaded: 1.3.2022
Switched Conversion from Python to GLSL.
Switched from using python to convert HSV to RGB to using GLSL instead. Went from ~12-14 ms CPU cook time when animating with an LFO to ~0.2 ms.
Download