#include <SkSVGTypes.h>
Definition at line 425 of file SkSVGTypes.h.
◆ Type
Enumerator |
---|
kColor | |
kCurrentColor | |
kICCColor | |
kInherit | |
Definition at line 427 of file SkSVGTypes.h.
427 {
429 kCurrentColor,
430 kICCColor,
432 };
@ kColor
hue and saturation of source with luminosity of destination
◆ SkSVGStopColor() [1/4]
SkSVGStopColor::SkSVGStopColor |
( |
| ) |
|
|
inline |
Definition at line 434 of file SkSVGTypes.h.
constexpr SkColor SK_ColorBLACK
◆ SkSVGStopColor() [2/4]
SkSVGStopColor::SkSVGStopColor |
( |
Type |
t | ) |
|
|
inlineexplicit |
◆ SkSVGStopColor() [3/4]
◆ SkSVGStopColor() [4/4]
◆ color()
◆ operator!=()
Definition at line 444 of file SkSVGTypes.h.
444{ return !(*this == other); }
◆ operator=()
◆ operator==()
Definition at line 441 of file SkSVGTypes.h.
441 {
442 return fType == other.fType && fColor == other.fColor;
443 }
◆ type()
Type SkSVGStopColor::type |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: