LutLevel Structure

CVB.Net Documentation
Struct that pairs a LUT level and the value assigned to this level.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public struct LutLevel

The LutLevel type exposes the following members.

Constructors

  NameDescription
Public methodLutLevel
Constructor for a LutLevel.
Top
Properties

  NameDescription
Public propertyLevel
Gray value level at which the Value applies.
Public propertyValue
Transformed gray value that applies to the associated gray Level
Top
Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also

Reference