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

Read correct color from ILDA files #49

Open
SpaceK33z opened this issue Mar 3, 2019 · 0 comments
Open

Read correct color from ILDA files #49

SpaceK33z opened this issue Mar 3, 2019 · 0 comments

Comments

@SpaceK33z
Copy link
Contributor

At the moment the colors from an ILDA file can only be the pre-defined ILDA colors (a list of 65 colors).

If an ILDA color table was added (format 2) to the file it doesn't pick a color out of that.

The most spec-compliant way to deal with this is that the point should have a color property which points to the index of a possible custom color, and if none have been given, one of the ILDA color list is used.

However, I want this library to be easy to use and just get the correct rgb value. Maybe I should add an option to switch between this?

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

No branches or pull requests

1 participant