←Select platform

LookupTable Property

Summary

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

Syntax
C#
VB
C++
public int[] LookupTable { get; set; } 
  
Public Property LookupTable As Integer() 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly