Skip to content

color picker in playback window trims left-zero #645

@dericed

Description

@dericed

For instance, open two filters in playback "Normal" + "Temporal Outlier Pixels". The default color is yellow and c=0xfffb00 is inserted into the filterchain. Change the color to green and then c=0xf900 is inserted which breaks the filterchain since the hex value is trimmed. The value needs to be left padded to maintain alignment, such as c=00f900 for green.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions