EvaluateRelativeLUT

MacroModule
genre LUT
author MeVis Medical Solutions AG
package MeVisLab/Standard
definition helpers.def
keywords info, lookup, table

Purpose

The module EvaluateRelativeLUT evaluates a relative LUT at a given position and returns the color at the position.

Usage

Connect a valid LUT and specify a position.

Windows

Default Panel

../../../Modules/Macros/Helpers/mhelp/Images/Screenshots/EvaluateRelativeLUT._default.png

Input Fields

inLUT

name: inLUT, type: LUTFunction(MLBase)

LUT to be evaluated

Parameter Fields

Field Index

A (a0To1): Float R (r0To1): Float
A (a0To255): Integer R (r0To255): Integer
B (b0To1): Float RGB: Color
B (b0To255): Integer RGBA (color0To1): Vector4
editable: Bool RGBA (color0To255): Vector4
G (g0To1): Float  
G (g0To255): Integer  
Position: Double  

Visible Fields

Position

name: position, type: Double, default: 0.912181815715751, minimum: 0, maximum: 1

Sets the relative position.

RGB

name: color, type: Color, persistent: no

Shows the color at the relative position.

RGBA (color0To1)

name: color0To1, type: Vector4, persistent: no

Result color as rgba (range 0-1)

R (r0To1)

name: r0To1, type: Float, persistent: no

Result red channel (range 0-1)

G (g0To1)

name: g0To1, type: Float, persistent: no

Result green channel (range 0-1)

B (b0To1)

name: b0To1, type: Float, persistent: no

Result blue channel (range 0-1)

A (a0To1)

name: a0To1, type: Float, persistent: no

Result alpha channel (range 0-1)

RGBA (color0To255)

name: color0To255, type: Vector4, persistent: no

Result color as rgba (range 0-255)

R (r0To255)

name: r0To255, type: Integer, persistent: no

Result red channel (range 0-255)

G (g0To255)

name: g0To255, type: Integer, persistent: no

Result green channel (range 0-255)

B (b0To255)

name: b0To255, type: Integer, persistent: no

Result blue channel (range 0-255)

A (a0To255)

name: a0To255, type: Integer, persistent: no

Result alpha channel (range 0-255)

Hidden Fields

editable

name: editable, type: Bool, default: TRUE