blob: 97d3d76547e449dfb17e16a11edaf1f5a16a49a0 [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";
boolean desynchronized = false;
};