Colorspace Operator

About

  • Header File: xpressocore/description/gvcolorspace.h

  • Description Category: GraphView Operators.

  • Included Description:

Parameters

Parameters are accessed with C4DAtom.GetParameter()/C4DAtom.SetParameter().


Parameter: Function

  • Parameter ID: c4d.GV_COLORSPACE_FUNCTION_ID

  • Parameter Type: int

  • Cycle Values:
    • RGB to HSV (c4d.GV_RGB_TO_HSV_FUNCTION)

    • HSV to RGB (c4d.GV_HSV_TO_RGB_FUNCTION)

    • RGB to HLS (c4d.GV_RGB_TO_HLS_FUNCTION)

    • HLS to RGB (c4d.GV_HLS_TO_RGB_FUNCTION)


Parameter: Hue from 0.0 to 360.0

  • Parameter ID: c4d.GV_COLORSPACE_HUE360

  • Parameter Type: bool


Parameter: RGB from 0 to 255

  • Parameter ID: c4d.GV_COLORSPACE_RGB255

  • Parameter Type: bool


Parameter: Input

  • Parameter ID: c4d.GV_COLORSPACE_INPUT

  • Parameter Type: c4d.Vector


Parameter: Output

  • Parameter ID: c4d.GV_COLORSPACE_OUTPUT

  • Parameter Type: c4d.Vector