
coopdaddyswag
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2018
06:25 PM
Color Codes
I am having difficulty figuring out what the correct color codes are, especially ColorFieldInterpolator. It seemed like I could just use hex color codes but that seemed to be completely off. I wanted this color (a gray).
However, when I use it as a keyValue in the ColorFieldInterpolator, I am given shades of blue.
Is there a color dictionary or a way to convert colors to this 'format'? What format are these color codes?
Thanks
However, when I use it as a keyValue in the ColorFieldInterpolator, I am given shades of blue.
Is there a color dictionary or a way to convert colors to this 'format'? What format are these color codes?
Thanks
2 REPLIES 2
renojim
Community Streaming Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2018
08:36 PM
Re: Color Codes
I haven't used it, but are you giving a full 32 bit value? You should be using 0x585858FF for the keyValue.
-JT
-JT
Roku Community Streaming Expert
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.

coopdaddyswag
Binge Watcher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2018
09:11 AM
Re: Color Codes
I have determined that the colors are in the format:
0xRRGGBBAA
Not sure what the '0x' represents, but the last two digits are the alpha values of the color (opacity).
I wrote this forum post for future reference.
0xRRGGBBAA
Not sure what the '0x' represents, but the last two digits are the alpha values of the color (opacity).
I wrote this forum post for future reference.