2.5.198.59 PtgExtraArray

The PtgExtraArray structure specifies the values for the corresponding PtgArray as specified in RgbExtra.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

cols

rows

array (variable)

...

cols (1 byte): A DColByteU that specifies one less than the number of columns in the array.

rows (2 bytes):  A DRw that specifies one less than the number of rows in the array.

array (variable): An array of SerAr that specifies the values in row-major order. The number of elements MUST be equal to the product of rows and cols.