←Select platform

IccColorLookupTable8Bit Constructor(byte[],byte,byte[])

Summary

Initializes a new IccColorLookupTable8Bit with explicit parameters.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal numberOfGridPoints() As Byte, _ 
   ByVal precision As Byte, _ 
   ByVal data() As Byte _ 
) 
public: 
IccColorLookupTable8Bit(  
   array<byte>^ numberOfGridPoints, 
   byte precision, 
   array<byte>^ data 
) 

Parameters

numberOfGridPoints
Array that contains the number of grid points in each dimension.

precision
Precision of data elements, in bytes. Must be 01h.

data
Buffer of color lookup table data points. The size of each element is 1 byte.

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.ColorConversion Assembly