Add a new option to control whether to render inline color box or not.

This commit is contained in:
rebornix
2017-08-16 17:05:12 -07:00
committed by Peng Lyu
parent deb0bd5858
commit f52299aee0
12 changed files with 46 additions and 269 deletions

View File

@@ -474,6 +474,7 @@ export interface IRawColorInfo {
color: [number, number, number, number];
availableFormats: (number | [number, number])[];
range: IRange;
renderDecorator: boolean;
}
export type IRawColorFormatMap = [number, string][];