We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6f725 commit 003b740Copy full SHA for 003b740
colorpickerview/src/main/java/com/skydoves/colorpickerview/ColorPickerView.java
@@ -578,7 +578,14 @@ public void setDebounceDuration(long debounceDuration) {
578
private Point getCenterPoint(int x, int y) {
579
return new Point(x - (selector.getMeasuredWidth() / 2), y - (selector.getMeasuredHeight() / 2));
580
}
581
-
+ /**
582
+ * gets selector.
583
+ *
584
+ * @return selector.
585
+ */
586
+ public ImageView getSelector() {
587
+ return this.selector;
588
+ }
589
/**
590
* gets a selector's selected coordinate x.
591
*
0 commit comments