←Select platform

PaletteFirst Property

Summary

Gets or sets the smallest value of the first entries in the Red, Green and Blue Color Lookup Tables.

Syntax

C#
VB
Java
WinRT C#
C++
public int PaletteFirst { get; set; } 
Public Property PaletteFirst As Integer 
public int PaletteFirst {get; set;} 
public int getPaletteFirst() 
public void setPaletteFirst(int value) 
             
 <br/>get_PaletteFirst();<br/>set_PaletteFirst(value);<br/>Object.defineProperty('PaletteFirst');  
public: 
property int PaletteFirst { 
   int get(); 
   void set (    int value); 
} 

Property Value

Value that indicates the smallest value of the first entries in the Red, Green and Blue Color Lookup Tables.

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