You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had been using the 1.8.0 version for forever, and just stumbled upon the latest 2.3.1 version!!
I'm usually pretty good at figuring out tech things, but I'm having a hard time understanding the Screen region left,width,top,height values.
I have two bulbs, on either side of my monitor and my goal is to get the left bulb to react to the left half of the screen and the right bulb to react to the right half of the screen. Either Avg. color or Dominant color is fine.
I have a 1440p main monitor, so I thought inputting this for the left bulb:
left
0
width
1280
top
0
height
1440
, and this for the right bulb:
left
1280
width
2560
top
0
height
1440
would work. However, only the left bulb seems to be reacting properly on the left side and the right bulb just reacts to the whole screen.
What am I missing?
The text was updated successfully, but these errors were encountered:
Since a previous update, the two inputs on the right have changed from right, bottom to width, height. So no longer coordinates for the two boxes on the right. For your right bulb, the correct width is still 1280. Height is correct for both.
I had been using the 1.8.0 version for forever, and just stumbled upon the latest 2.3.1 version!!
I'm usually pretty good at figuring out tech things, but I'm having a hard time understanding the Screen region left,width,top,height values.
I have two bulbs, on either side of my monitor and my goal is to get the left bulb to react to the left half of the screen and the right bulb to react to the right half of the screen. Either Avg. color or Dominant color is fine.
I have a 1440p main monitor, so I thought inputting this for the left bulb:
, and this for the right bulb:
would work. However, only the left bulb seems to be reacting properly on the left side and the right bulb just reacts to the whole screen.
What am I missing?
The text was updated successfully, but these errors were encountered: