public double LookupPixelValue(int rawPixelValue, LutPipelineStage outStage)
 {
     return(ImageGraphic.LookupPixelValue(rawPixelValue, outStage));
 }