/* * Copyright 2010 The Android Open Source Project * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file.
*/
// Right now FormXObject is only used for saveLayer, which implies // isolated blending. Do this conditionally if that changes. // TODO(halcanary): Is this comment obsolete, since we use it for // alpha masks? auto group = SkPDFMakeDict("Group");
group->insertName("S", "Transparency"); if (colorSpace != nullptr) {
group->insertName("CS", colorSpace);
}
group->insertBool("I", true); // Isolated.
dict->insertObject("Group", std::move(group)); return SkPDFStreamOut(std::move(dict), std::move(content), doc);
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.