instantreality 1.0

Component:
Engine
Status:
fully implemented
Structure type:
concrete
Standard:
Avalon

ImprovedColorDisplayFilter

With this filter the color spectrum of a projection can be manipulated. To do this, it is neccessary to transform the gamma values into a linear space. After that, the color matrix is used to do the color transformation.

Inheritance

Code

XML encoding
<ImprovedColorDisplayFilter matrix='identity'
gamma='2.4'
size=''
table=''
debugMode='0'
debugColor='1 1 1 1'
enabled='TRUE'
logFeature=''
 />
Classic encoding
ImprovedColorDisplayFilter {
	matrix identity
	gamma 2.4
	size []
	table []
	debugMode 0
	debugColor 1 1 1 1
	enabled TRUE
	logFeature [""]
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
SFNode metadata SFNode inputOutput MetadataObject container for payload metadata inside MetadataSet element