#include <impeller.h>
Public Attributes | |
| float | red |
| float | green |
| float | blue |
| float | alpha |
| ImpellerColorSpace | color_space |
Definition at line 588 of file impeller.h.
| float ImpellerColor::alpha |
Definition at line 592 of file impeller.h.
Referenced by impeller::interop::ToDisplayListType(), and impeller::interop::ToImpellerType().
| float ImpellerColor::blue |
Definition at line 591 of file impeller.h.
Referenced by impeller::interop::ToDisplayListType(), and impeller::interop::ToImpellerType().
| ImpellerColorSpace ImpellerColor::color_space |
Definition at line 593 of file impeller.h.
Referenced by impeller::interop::ToDisplayListType().
| float ImpellerColor::green |
Definition at line 590 of file impeller.h.
Referenced by impeller::interop::ToDisplayListType(), and impeller::interop::ToImpellerType().
| float ImpellerColor::red |
Definition at line 589 of file impeller.h.
Referenced by impeller::interop::ToDisplayListType(), and impeller::interop::ToImpellerType().