question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

color[3] value ignored

See original GitHub issue

The alpha channel isn’t respected as it should

This label should be gray, but is bright white:

#!/usr/bin/env python2
# -*- coding: utf-8 -*-
from kivy.app import App
from kivy.lang import Builder

x = Builder.load_string('''
Label:
    text: 'test'
    color: 1, 1, 1, .3
''')


class Test(App):
    def build(self):
        return x

Test().run()

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:18 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
akshayauroracommented, Apr 28, 2016

We need to fix these issues till we officially do deprecate it.

0reactions
stale[bot]commented, Oct 7, 2017

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Changing Color3 through Color3Value not working
I've been trying to add a part to my script where it changes the color of an image gui to a color3 value...
Read more >
Setting a Color3 value from a BrickColor value not working ...
In my game, I have a colorizer with a ton of colors that set everything in your "Base" to that color. I want...
Read more >
Roblox Lua - Color3 expected, got string - Stack Overflow
My error code was Color3 expected, got string , is there anything I can fix this? My goal was simple, randomizing a specific...
Read more >
Color3 Struct | Stride
public Color3(Vector3 value) ... The alpha component is ignored. ... The values to assign to the red, green, and blue components of the...
Read more >
CSS Color Module Level 3 - W3C
This specification describes color values and properties for foreground color and group opacity. These include properties and values from ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found