Method DeletePalette
DeletePalette(SelectBuf, Int32)
It is used to switch palette for G15 DuraSignMobile pad
Declaration
Error DeletePalette(SelectBuf buffer, int startLineNo)
Parameters
Type | Name | Description |
---|---|---|
SelectBuf | buffer | Selects the buffer in which to switch palette. |
System.Int32 | startLineNo | Starting Line no from which to delete a switched palette. if value = 0xffff then all palettes are switched to original |
Returns
Type | Description |
---|---|
Error | Error |
Remarks
Note 1 : This Api is applicable only for g15 or DuraSignMobile pad Note 2 : SelectBuf.Both is also applicable only to g15 or DuraSignPad
Examples
C#
driver.DeletePalette(SelectBuf.Both, Colors);
VB.NET
driver.DeletePalette(SelectBuf.Both, Colors);