#include <impeller.h>
Public Attributes | |
| float | red |
| float | green |
| float | blue |
| float | alpha |
| ImpellerColorSpace | color_space |
Definition at line 545 of file impeller.h.
| float ImpellerColor::alpha |
Definition at line 549 of file impeller.h.
Referenced by impeller::interop::ToDisplayListType(), and impeller::interop::ToImpellerType().
| float ImpellerColor::blue |
Definition at line 548 of file impeller.h.
Referenced by impeller::interop::ToDisplayListType(), and impeller::interop::ToImpellerType().
| ImpellerColorSpace ImpellerColor::color_space |
Definition at line 550 of file impeller.h.
Referenced by impeller::interop::ToDisplayListType().
| float ImpellerColor::green |
Definition at line 547 of file impeller.h.
Referenced by impeller::interop::ToDisplayListType(), and impeller::interop::ToImpellerType().
| float ImpellerColor::red |
Definition at line 546 of file impeller.h.
Referenced by impeller::interop::ToDisplayListType(), and impeller::interop::ToImpellerType().