color api: remove ColorRange.format

This commit is contained in:
Joao Moreno
2017-08-11 11:45:52 +02:00
parent 0f5272afe9
commit 13a6a7a9c3
11 changed files with 31 additions and 52 deletions

View File

@@ -467,7 +467,6 @@ export abstract class ExtHostHeapServiceShape {
}
export interface IRawColorInfo {
color: [number, number, number, number | undefined];
format: number;
availableFormats: number[];
range: IRange;
}