Class HTGradientColorPalette

  • All Implemented Interfaces:
    hiiragi283.core.api.data.texture.HTColorPalette

    
    public final class HTGradientColorPalette
     implements HTColorPalette
                        

    RGBによるグラデーションに基づいたHTColorPaletteの実装クラスです。

    Since:

    0.4.0

    Author:

    Hiiragi Tsubasa

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Color from
      private final Color to
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Color getFrom()
      final Color getTo()
      Color get(Integer index)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait