Add comment describing SkColorTable constructor.
Review URL: https://codereview.chromium.org/1011263002
This commit is contained in:
parent
78acf96a67
commit
b267fd629b
@ -26,6 +26,8 @@ class SK_API SkColorTable : public SkRefCnt {
|
||||
public:
|
||||
SK_DECLARE_INST_COUNT(SkColorTable)
|
||||
|
||||
/** Copy up to 256 colors into a new SkColorTable.
|
||||
*/
|
||||
SkColorTable(const SkPMColor colors[], int count);
|
||||
virtual ~SkColorTable();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user