Click or drag to resize

IMcLookupTablesCount Property

A read-only property returning the number of LookupTables (LUTs) attached to the image.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property Count As Integer
	Get

Property Value

Type: Int32
Remarks
Images have one LUT per channel, plus one luminance LUT for color images. LUTs are created on demand (i.e. when their interface is queried or when Count is called).
See Also