mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Renamed method parameters.
Former-commit-id: e10705dd6d93f5c1398a213583bbe349833d2648
This commit is contained in:
parent
7e049273a8
commit
fcb2ff6667
@ -158,7 +158,7 @@ private:
|
|||||||
bool areStatesSaved();
|
bool areStatesSaved();
|
||||||
|
|
||||||
///
|
///
|
||||||
/// Converts an RGB color to the Hue xy color space and brightness
|
/// Converts an RGB color to the Hue xy color space and brightness.
|
||||||
/// https://github.com/PhilipsHue/PhilipsHueSDK-iOS-OSX/blob/master/ApplicationDesignNotes/RGB%20to%20xy%20Color%20conversion.md
|
/// https://github.com/PhilipsHue/PhilipsHueSDK-iOS-OSX/blob/master/ApplicationDesignNotes/RGB%20to%20xy%20Color%20conversion.md
|
||||||
///
|
///
|
||||||
/// @param red the red component in [0, 1]
|
/// @param red the red component in [0, 1]
|
||||||
@ -211,6 +211,6 @@ private:
|
|||||||
///
|
///
|
||||||
/// @return the distance between the two points
|
/// @return the distance between the two points
|
||||||
///
|
///
|
||||||
float getDistanceBetweenTwoPoints(ColorPoint one, ColorPoint two);
|
float getDistanceBetweenTwoPoints(ColorPoint p1, ColorPoint p2);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user