C#
VB
C++
Java
Gets or set the "number of bits" for each entry in the LUT (lookup table) Data of the "Red Palette Color Lookup Table Descriptor" (0028,1101) element.
public int RedEntryBits { get; set; }
Public Property RedEntryBits As Integer
public int getRedEntryBits()
public void setRedEntryBits(int value)
public:
property int RedEntryBits {
int get();
void set ( int value);
}
Value indicating the "number of bits" for each entry in the LUT (lookup table) Data of the "Red Palette Color Lookup Table Descriptor" (0028,1101) element.
For an example, refer to DeletePaletteColorLut.
DicomPaletteColorLutAttributes Class
DicomPaletteColorLutAttributes Members
RedFirstStoredPixelValueMapped Property
RedEntryBits Property