Gets or sets the "number of bits" for each entry in the LUT (Lookup table) Data of the "Blue Palette Color Lookup Table Descriptor" (0028,1103) element.
public int BlueEntryBits { get; set; }
Public Property BlueEntryBits As Integer
public int BlueEntryBits {get; set;}
public int getBlueEntryBits()
public void setBlueEntryBits(int value)
<br/>get_BlueEntryBits();<br/>set_BlueEntryBits(value);<br/>Object.defineProperty('BlueEntryBits');
public:
property int BlueEntryBits {
int get();
void set ( int value);
}
Value indicating the "number of bits" for each entry in the LUT (Lookup table) Data of the "Blue Palette Color Lookup Table Descriptor" (0028,1103) element.
For an example, refer to DeletePaletteColorLut.
DicomPaletteColorLutAttributes Class
DicomPaletteColorLutAttributes Members
RedFirstStoredPixelValueMapped Property
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