Einhugur macOS Bridge plugin.

NSColorList.Insert Method

Inserts into the list

Insert(
   key as String,
   index as UInt32,
   value as Color)

Parameters

key
Key of the color to insert.
index
Index of the color to insert.
value
The color to be inserted.

Remarks

This function will silently fail if the list

See Also

NSColorList Class