cmsdk: fixup javadoc in CMHardwareManager
Change-Id: I114e57c1b907de3cc7cdaff746b0391cef4b8eb0
This commit is contained in:
parent
7fff40e2d0
commit
aa11b3330a
@ -422,7 +422,7 @@ public final class CMHardwareManager {
|
|||||||
* Set the display color calibration to the given rgb triplet
|
* Set the display color calibration to the given rgb triplet
|
||||||
*
|
*
|
||||||
* @param rgb RGB color calibration. Each value must be between
|
* @param rgb RGB color calibration. Each value must be between
|
||||||
* {@link getDisplayColorCalibrationMin()} and {@link getDisplayColorCalibrationMax()},
|
* {@link #getDisplayColorCalibrationMin()} and {@link #getDisplayColorCalibrationMax()},
|
||||||
* inclusive.
|
* inclusive.
|
||||||
*
|
*
|
||||||
* @return true on success, false otherwise.
|
* @return true on success, false otherwise.
|
||||||
@ -609,7 +609,7 @@ public final class CMHardwareManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param the control to query
|
* @param idx the control to query
|
||||||
*
|
*
|
||||||
* @return the current RGB gamma calibration for the given control
|
* @return the current RGB gamma calibration for the given control
|
||||||
*/
|
*/
|
||||||
@ -643,7 +643,7 @@ public final class CMHardwareManager {
|
|||||||
*
|
*
|
||||||
* @param idx the control to set
|
* @param idx the control to set
|
||||||
* @param rgb RGB color calibration. Each value must be between
|
* @param rgb RGB color calibration. Each value must be between
|
||||||
* {@link getDisplayGammaCalibrationMin()} and {@link getDisplayGammaCalibrationMax()},
|
* {@link #getDisplayGammaCalibrationMin()} and {@link #getDisplayGammaCalibrationMax()},
|
||||||
* inclusive.
|
* inclusive.
|
||||||
*
|
*
|
||||||
* @return true on success, false otherwise.
|
* @return true on success, false otherwise.
|
||||||
|
Loading…
Reference in New Issue
Block a user