Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit e10705d

Browse files
author
Tim Niggemann
committed
Renamed method parameters.
1 parent bb4573a commit e10705d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libsrc/leddevice/LedDevicePhilipsHue.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ private slots:
158158
bool areStatesSaved();
159159

160160
///
161-
/// Converts an RGB color to the Hue xy color space and brightness
161+
/// Converts an RGB color to the Hue xy color space and brightness.
162162
/// https://github.com/PhilipsHue/PhilipsHueSDK-iOS-OSX/blob/master/ApplicationDesignNotes/RGB%20to%20xy%20Color%20conversion.md
163163
///
164164
/// @param red the red component in [0, 1]
@@ -211,6 +211,6 @@ private slots:
211211
///
212212
/// @return the distance between the two points
213213
///
214-
float getDistanceBetweenTwoPoints(ColorPoint one, ColorPoint two);
214+
float getDistanceBetweenTwoPoints(ColorPoint p1, ColorPoint p2);
215215

216216
};

0 commit comments

Comments
 (0)