Gradient Shaders

Those are shaders used by ColorPicker. Use ColorHSV.ShaderColor to set colors for the HSV shaders.

  • UIGradientHLineHSV

    The horizontal gradient between the two colors. HSV color model.

  • UIGradientHLineRGB

    The horizontal gradient between the two colors. RGB color model.

  • UIGradientVLineHSV

    The vertical gradient between the two colors. HSV color model.

  • UIGradientVLineRGB

    The vertical gradient between the two colors. RGB color model.

  • UIGradientPlaneHSV

    The plane gradient between the four colors, each color in the own corner. HSV color model.

  • UIGradientPlaneRGB

    The plane gradient between the four colors, each color in the own corner. RGB color model.