// Copyright 2019 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "core/fpdfdoc/cpdf_color_utils.h" #include "core/fpdfapi/parser/cpdf_array.h" #include "core/fpdfdoc/cpdf_defaultappearance.h" #include "core/fxcrt/bytestring.h" #include "core/fxcrt/notreached.h" namespace fpdfdoc { CFX_Color CFXColorFromArray(const CPDF_Array& array) { … } CFX_Color CFXColorFromString(const ByteString& str) { … } } // namespace fpdfdoc