←Select platform

BlueEntryBits Property

Summary

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.

Syntax
C#
VB
C++
Java
public int BlueEntryBits { get; set; } 
Public Property BlueEntryBits As Integer 
public int getBlueEntryBits() 
public void setBlueEntryBits(int value) 
public: 
property int BlueEntryBits { 
   int get(); 
   void set (    int value); 
} 

Property 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.

Example

For an example, refer to DeletePaletteColorLut.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly