←Select platform

LookupTable Property

Summary

Table of 256 integers containing lookup values that re-map bump image data.

Syntax

C#
VB
WinRT C#
C++
public int[] LookupTable { get; set; } 
  
Public Property LookupTable As Integer() 
public int[] LookupTable {get; set;} 
  
get_LookupTable(); 
set_LookupTable(value); 
Object.defineProperty('LookupTable');  
public: 
property array<int>^ LookupTable { 
   array<int>^ get(); 
   void set (    array<int>^ ); 
} 

Property Value

Table of 256 integers containing lookup values that re-map bump image data.

Example

For example, please see BumpmapCommand

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.ImageProcessing.SpecialEffects Assembly