Flutter Engine
 
Loading...
Searching...
No Matches
impeller::testing::ColorBlendTestData Struct Reference

Static Public Attributes

static constexpr Color kDestinationColor
 
static constexpr Color kSourceColors []
 
static const std::map< BlendMode, ColorkExpectedResults [sizeof(kSourceColors)]
 

Detailed Description

Definition at line 1549 of file geometry_unittests.cc.

Member Data Documentation

◆ kDestinationColor

constexpr Color impeller::testing::ColorBlendTestData::kDestinationColor
staticconstexpr
Initial value:
=
static constexpr Color CornflowerBlue()
Definition color.h:342
constexpr Color WithAlpha(Scalar new_alpha) const
Definition color.h:278

Definition at line 1550 of file geometry_unittests.cc.

Referenced by impeller::testing::TEST().

◆ kExpectedResults

const std::map< BlendMode, Color > impeller::testing::ColorBlendTestData::kExpectedResults
static

Definition at line 1557 of file geometry_unittests.cc.

◆ kSourceColors

constexpr Color impeller::testing::ColorBlendTestData::kSourceColors[]
staticconstexpr
Initial value:
static constexpr Color LimeGreen()
Definition color.h:602
static constexpr Color Black()
Definition color.h:266
static constexpr Color White()
Definition color.h:264

Definition at line 1552 of file geometry_unittests.cc.

1552 {Color::White().WithAlpha(0.75),
1554 Color::Black().WithAlpha(0.75)};

Referenced by impeller::testing::TEST().


The documentation for this struct was generated from the following file: