PictureEffectsRaw Xojo Plugin |
|
ConvolutionMatrixRaw.Value Method (console safe)
Use this setter/getter function to set or get individual values for the Matrix.
Value(
x as Integer,
y as Integer) as Integer
Value(
x as Integer,
y as Integer
assigns value as Integer)
Parameters
- x
- X Location in the Matrix. (Only values from 1 to 3 are accepted)
- y
- Y Location in the Matrix. (Only values from 1 to 3 are accepted)
- value (assignment parameter)
- When using the setter then the requested value is set to this value.
Returns
- Integer
- When using the getter then the requested value is returned.
Remarks
See Also
ConvolutionMatrixRaw Class