Interface for the JS Object associated with a palette cell (i.e. DOMNode)
Note: This is not a real constructor, but just a description of the type of object that should be passed as
a parameter to some method(s), and/or the return value from some method(s).
In other words, the type exists only for documentation purposes, and you cannot call new _PaletteMixin.__Dye()
Parameter | Type | Description |
---|---|---|
alias | String | |
row | undefined | |
col | undefined |
Add cell DOMNode inner structure
Parameter | Type | Description |
---|---|---|
cell | DomNode | The surrounding cell |
blankGif | String | URL for blank cell image |
Return "value" of cell; meaning of "value" varies by subclass.
For example color hex value, emoticon ascii value etc, entity hex value.