blob: d8bd1c0154753a126b8a88120aa2ac21f478920a [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://github.com/WICG/canvas-color-space/blob/master/CanvasColorSpaceProposal.md
[PermissiveDictionaryConversion]
dictionary CanvasRenderingContext2DSettings {
boolean alpha = true;
[RuntimeEnabled=CanvasColorManagement] CanvasColorSpace colorSpace = "srgb";
[RuntimeEnabled=CanvasColorManagement] CanvasPixelFormat pixelFormat = "uint8";
[RuntimeEnabled=SurfaceEmbeddingFeatures] boolean desynchronized = false;
[RuntimeEnabled=NewCanvas2DAPI] boolean willReadFrequently = false;
};