#include <SkGradientShader.h>
|
enum class | InPremul : bool { kNo = false
, kYes = true
} |
|
enum class | ColorSpace : uint8_t {
kDestination
, kSRGBLinear
, kLab
, kOKLab
,
kLCH
, kOKLCH
, kSRGB
, kHSL
,
kHWB
, kLastColorSpace = kHWB
} |
|
enum class | HueMethod : uint8_t {
kShorter
, kLonger
, kIncreasing
, kDecreasing
,
kLastHueMethod = kDecreasing
} |
|
◆ ColorSpace
Enumerator |
---|
kDestination | |
kSRGBLinear | |
kLab | |
kOKLab | |
kLCH | |
kOKLCH | |
kSRGB | |
kHSL | |
kHWB | |
kLastColorSpace | |
◆ HueMethod
Enumerator |
---|
kShorter | |
kLonger | |
kIncreasing | |
kDecreasing | |
kLastHueMethod | |
◆ InPremul
◆ FromFlags()
static Interpolation SkGradientShader::Interpolation::FromFlags |
( |
uint32_t |
flags | ) |
|
|
inlinestatic |
◆ fColorSpace
◆ fHueMethod
◆ fInPremul
◆ kColorSpaceCount
◆ kHueMethodCount
The documentation for this struct was generated from the following file: