Class ShadowLinearGradient

    • Constructor Detail

      • ShadowLinearGradient

        public ShadowLinearGradient()
    • Method Detail

      • __constructor__

        @Implementation
        protected void __constructor__​(float x0,
                                       float y0,
                                       float x1,
                                       float y1,
                                       int color0,
                                       int color1,
                                       Shader.TileMode tile)
      • getX0

        public float getX0()
      • getY0

        public float getY0()
      • getX1

        public float getX1()
      • getY1

        public float getY1()
      • getColor0

        public int getColor0()
      • getColor1

        public int getColor1()