revely-inc / co.revely.gradient

An Android library for easy gradient management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

offset giving improper gradient color.

bhavenshahoptimumbrew opened this issue · comments

2angle

  1. This is my preview of gradient color with using this library.

  2. Offset is a value to adjust color position and it takes 0 to 1 value.

    • I am giving value 0 to 1 it works perfectly when my gradient angle is 0, 90, 180, and 270 like below image

1offset

  1. Whenever I give increase to one particular offset it removes another color slightly and at 1 it removes completely but expect above angle [ 0, 90, 180, and 270 ] in offset is not working perfectly you can see in below image in this image my angle value is 45

3angle