Skip to content
Snippets Groups Projects
Commit 10245e5c authored by Andika Naufal Hilmy's avatar Andika Naufal Hilmy
Browse files

feat: add color interpolation (empty)

parent 7c9a6683
Branches
No related merge requests found
package drawing
class ColorInterpolation() {
private var colors: MutableList<Color> = mutableListOf()
private var position: MutableList<Float> = mutableListOf()
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment