ImageGear .NET v25.0 - Updated
Matrix Field (ImGearPDEColorDataCalRGB)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEColorDataCalRGB Class : Matrix Field
Gets or sets the matrix.
Syntax
'Declaration
 
Public Matrix As Single()
'Usage
 
Dim instance As ImGearPDEColorDataCalRGB
Dim value() As Single()
 
value = instance.Matrix
 
instance.Matrix = value
public float[] Matrix
public: float[]* Matrix
public:
array<float>^ Matrix

Field Value

Array of positive float values.
Remarks
The default value is {1, 0, 0, 0, 1, 0, 0, 0, 1}.
See Also

Reference

ImGearPDEColorDataCalRGB Class
ImGearPDEColorDataCalRGB Members