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.
2 parents 6d6f725 + 003b740 commit e123025Copy full SHA for e123025
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