this.picker.find('i')
                .eq(0).css({left: this.color.value.s*100, top: 100 - this.color.value.b*100}).end()
                .eq(1).css('top', 100 * (1 - this.color.value.h)).end()
                .eq(2).css('top', 100 * (1 - this.color.value.a));