How convert java color model into C#

  • Thread starter Thread starter Neeraj
  • Start date Start date
N

Neeraj

Hi,
I am going to make a dicom viewer with help of java free source code.
But i totally confused to how i convert Java ColorModal into
Corresponding csharp.
If any have idea please help me

With Regards.
Neeraj Kumar
 
Do you mean the java.awt.image.ColorModel class? From what I can gather
it's rather similar to the System.Drawing.Color structure.
 
Back
Top