The FICOMPLEX structure describes a color consisting of a real and an imaginary part. Each part is using 4 bytes of data.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
[SerializableAttribute]
public struct FICOMPLEX : IComparable, IComparable<FICOMPLEX>, 
	IEquatable<FICOMPLEX>
Visual Basic (Declaration)
<SerializableAttribute> _
Public Structure FICOMPLEX _
	Implements IComparable, IComparable(Of FICOMPLEX),  _
	IEquatable(Of FICOMPLEX)
Visual C++
[SerializableAttribute]
public value class FICOMPLEX : IComparable, 
	IComparable<FICOMPLEX>, IEquatable<FICOMPLEX>

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also