View in #ohif on Slack
@Hemant_Patel: For 3D MPR view, when volume is loading it default render with grey color & when slices are downloaded we are updating the texture, If I want to change that default color from grey to something else, in VTK where can I make a change?
any idea
@Bill_Wallace: You would have to change the default value in the volume as initially created. That is going to be harder in CS3D 2.0 because we won’t have a local copy of it that the GPU copy gets created from.
@Hemant_Patel: yes, I am trying something for POC purpose only, @Bill_Wallace do you know in which file this default Values we declare?
@Bill_Wallace: It is somewhere around where we allocate the memory buffer for the volume, but I don’t know exactly where that is.