blob: 886be59d13a1d557cf5cc773144fca7939cf1c76 [file] [log] [blame] [edit]
// Copyright 2015 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.
[
Constructor(),
] interface Paint {
attribute boolean isAntiAlias;
attribute unsigned long color;
void setARGB(unsigned long a, unsigned long r, unsigned long g, unsigned long b);
};