Skip to content

[Image Rendering] Be able to change the color of boxes and labels #6

@marianopeck

Description

@marianopeck

Right now, they are black. We experimented with processResultsAndDrawBoxes and saw that adding something like:

gc setForeground: (image palette nearestPixelValue: (Color red)).

seemed to work. However, the resulting display color is not similar to the one we specified. This is likely related to the palette we are using to send nearestPixelValue:.

Screen Shot 2019-08-12 at 10 27 44 PM

Check what the color palette is for it. If it’s really limited, then perhaps it is the nearest color..

Maybe we need to enable full VA RGB palette by reading the rgb.txt? Check private email for this.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions