Change pixel color in XTK Renderer2D

I am currently displaying a .dcm file using XTK in Renderer2D. Is it possible to change the color of some pixels in this renderer?

Thank you in advance:)

+3


source to share


1 answer


I think you will be much more specific than that. In general, if you want to change the pixels of the actual Canvas element (which is drawn by X.renderer2D), you will have to rewrite the X.renderer2D class - at least according to my experience). But that depends on what you want to do specifically ...



0


source







All Articles