We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Neither Color::toRgb() nor Color::toHex() accept NULL as first parameter.
Color::toRgb()
Color::toHex()
NULL
Their code should accept NULL too, and consider it equivalent to 'transparent'.
'transparent'
The text was updated successfully, but these errors were encountered:
Issue backdrop-contrib#10: Change Color::toRgb() and Color::toHex() t…
c21600e
…o accept NULL as first parameter
Issue #10: Change Color::toRgb() and Color::toHex() to accept NULL as…
4fd4686
… first parameter
Successfully merging a pull request may close this issue.
Neither
Color::toRgb()
norColor::toHex()
acceptNULL
as first parameter.Their code should accept
NULL
too, and consider it equivalent to'transparent'
.The text was updated successfully, but these errors were encountered: