C#
Objective-C
C++
Java
public int BlueEntryBits { get; set; }
@property (nonatomic, assign) NSInteger blueEntryBits;
public int getBlueEntryBits()
public void setBlueEntryBits(int value)
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