| com.pdftron.pdf.widget.ColorSatValuePickerBoard.OnHSVChangeListener |
Known Indirect Subclasses
|
Listener interface for color HSV value changes event
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onHSVChanged(float[] hsv)
The method will be invoked when there is color HSV value changes
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pdftron.pdf.controls.ColorPickerView.OnColorChangeListener
| |||||||||||
The method will be invoked when there is color HSV value changes
| hsv | The color HSV value |
|---|