WebIDLpedia

CanvasRenderingContext2DSettings dictionary

Definition

HTML Standard defines CanvasRenderingContext2DSettings



dictionary CanvasRenderingContext2DSettings {
  boolean alpha = true;
  boolean desynchronized = false;
  PredefinedColorSpace colorSpace = "srgb";
  boolean willReadFrequently = false;
};

Referring IDL interfaces/dictionaries