Class GssFunctions.BlendColorsHsb

  • All Implemented Interfaces:
    GssFunction
    Enclosing class:
    GssFunctions

    public static class GssFunctions.BlendColorsHsb
    extends GssFunctions.BaseBlendColors
    Implementation of the blendColorsHsb GSS function. Returns a color half way between the two colors supplied as arguments.
    • Constructor Detail

      • BlendColorsHsb

        public BlendColorsHsb()
    • Method Detail

      • blend

        public java.lang.String blend​(java.lang.String startColorStr,
                                      java.lang.String endColorStr)
        Specified by:
        blend in class GssFunctions.BaseBlendColors