chromium/third_party/pdfium/xfa/fxfa/parser/cxfa_color.cpp

// Copyright 2017 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 "xfa/fxfa/parser/cxfa_color.h"

#include "core/fxcrt/fx_extension.h"
#include "fxjs/xfa/cjx_node.h"
#include "xfa/fgas/graphics/cfgas_gecolor.h"
#include "xfa/fxfa/parser/cxfa_document.h"

namespace {

const CXFA_Node::PropertyData kColorPropertyData[] =;

const CXFA_Node::AttributeData kColorAttributeData[] =;

}  // namespace

// static
FX_ARGB CXFA_Color::StringToFXARGB(WideStringView view) {}

CXFA_Color::CXFA_Color(CXFA_Document* doc, XFA_PacketType packet)
    :{}

CXFA_Color::~CXFA_Color() = default;

FX_ARGB CXFA_Color::GetValue() const {}

FX_ARGB CXFA_Color::GetValueOrDefault(FX_ARGB defaultValue) const {}

void CXFA_Color::SetValue(FX_ARGB color) {}