Replies: 2 comments
-
HSV comes from hue, saturation, value where the value stands for brightness. So being able to control only brightness is something that is very commonly used and that's why there's a separate method for it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
OK, thanks (and thanks for the library). I thought that Value and
Brightness were the same thing, but I wanted to be sure. I'm writing a
small desktop GUI to control my bulbs.
β¦On Fri, Nov 19, 2021 at 10:30 AM Teemu R. ***@***.***> wrote:
HSV comes from hue, saturation, value where the value stands for
brightness. So being able to control only brightness is something that is
very commonly used and that's why there's a separate method for it.
β
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#254 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFGWFRPIUBZGGF7GTT6RIDUMZUPVANCNFSM5IL4Y3CQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
I am not a robot.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know this is part of the Kasa Bulb API, but aren't brightness and HSV-Value the same thing? Is there a point to having a set_brightness method when changing Value in HSV does the same thing? Or am I completely wrong here.
Beta Was this translation helpful? Give feedback.
All reactions