diff --git a/chameleon-client/src/views/ColorPicker.vue b/chameleon-client/src/views/ColorPicker.vue index bb46d2ac6..097de55ca 100644 --- a/chameleon-client/src/views/ColorPicker.vue +++ b/chameleon-client/src/views/ColorPicker.vue @@ -1,37 +1,236 @@ + + + + + Fetch New Image + Remove Selected + Create Ranges + + + + + Colors choosen: + + + + A + + + + + + - + , + mounted: function() { + //Init function, runs once when the page loads + this.ctxI=this.$refs.imageCanvas.getContext("2d"); + this.ctxZ=this.$refs.zoomCanvas.getContext("2d"); + this.img=this.$refs.sourceImg; - \ No newline at end of file