Skip to content
New issue

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

Fixed alpha channel not being respected in colors during HTMLExport #672

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

adrianlanzi
Copy link

Fix: Include alpha channel in color representation for HTMLExport

Description:

  • Modified the HTMLColorCode function in the ExportUtils class to include the alpha channel in color representation for HTMLExport in FastReport.
  • The previous implementation using ColorTranslator.ToHtml() did not account for the alpha channel, resulting in incorrect color representation in exported HTML.
  • The modified function now properly handles the alpha channel, ensuring accurate color representation in the exported HTML.
  • Tested the modification locally and verified its effectiveness.

#667

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant