←Select platform

GreenEntryBits Property

Summary

Gets or set the "number of bits" for each entry in the LUT (Lookup table) Data of the "Green Palette Color Lookup Table Descriptor" (0028,1102) element.

Syntax

C#
VB
Java
WinRT C#
C++
public int GreenEntryBits { get; set; } 
Public Property GreenEntryBits As Integer 
public int GreenEntryBits {get; set;} 
public int getGreenEntryBits() 
public void setGreenEntryBits(int value) 
             
 <br/>get_GreenEntryBits();<br/>set_GreenEntryBits(value);<br/>Object.defineProperty('GreenEntryBits');  
public: 
property int GreenEntryBits { 
   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 "Green Palette Color Lookup Table Descriptor" (0028,1102) element.

Example

For an example, refer to DeletePaletteColorLut.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly