Gets or set the "first input value mapped" in the "Red Palette Color Lookup Table Descriptor" (0028,1101) element.
public int RedFirstStoredPixelValueMapped { get; set; }
Public Property RedFirstStoredPixelValueMapped As Integer
public int RedFirstStoredPixelValueMapped {get; set;}
public int getRedFirstStoredPixelValueMapped()
public void setRedFirstStoredPixelValueMapped(int value)
<br/>get_RedFirstStoredPixelValueMapped();<br/>set_RedFirstStoredPixelValueMapped(value);<br/>Object.defineProperty('RedFirstStoredPixelValueMapped');
public:
property int RedFirstStoredPixelValueMapped {
int get();
void set ( int value);
}
Value indicating the "first input value mapped" in the "Red Palette Color Lookup Table Descriptor" (0028,1101) element.
For an example, refer to DeletePaletteColorLut.
DicomPaletteColorLutAttributes Class
DicomPaletteColorLutAttributes Members
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET