Description
Gets a color cell and determines whether the cell is ramped node.
Syntax
Ctlname.GetColorCellRampNode (int nRow, int nCol)
Return Type
Boolean
Remarks
Use this method to get Color cell ramp node type from specified nRow and nCol.
nRow and nCol must be smaller than ColorBoxDimension, or the method would be failed.
This function also can implement through ColorBoxRampNodes property and GetColorCellColor method, see also ColorBoxRampNodes property and GetColorCellColor method.
More details about ramp palette functions, see also GeneratePalette and SavePalette methods.
Samples
' assume ColorBoxDimension is cc8x8
Dim NodeType As Boolean
NodeType = ColorPicker1.GetColorCellRampNode(2, 5)