hsvColorField

hsvColorField

beta
field
hsvColorField
RayTK
v0.36

A field that uses HSV-based parameters to produce colors.

By default, the X axis is used for the hue.

Parameters

  • Hue Offset:
  • Saturation:
  • Value:
  • Coord Type:
    • Auto:
    • 1D:
    • 2D:
    • 3D:
  • :

Inputs

  • Hue Field: (optional) Optional field that can calculate the hue setting based on position or other attributes.
    • Coordinate Types: float vec2 vec3 vec4
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext
    • Return Types: float
  • Saturation Field: (optional) Optional field that can calculate the saturation setting based on position or other attributes.
    • Coordinate Types: float vec2 vec3 vec4
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext
    • Return Types: float
  • Value Field: (optional) Optional field that can calculate the value setting based on position or other attributes.
    • Coordinate Types: float vec2 vec3 vec4
    • Context Types: Context MaterialContext CameraContext LightContext RayContext ParticleContext
    • Return Types: float