mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Improve gift pattern transparency.
This commit is contained in:
parent
865200db5e
commit
c722c5c46f
1 changed files with 2 additions and 2 deletions
|
@ -305,9 +305,9 @@ struct PatternPoint {
|
||||||
};
|
};
|
||||||
[[nodiscard]] const std::vector<PatternPoint> &PatternPoints() {
|
[[nodiscard]] const std::vector<PatternPoint> &PatternPoints() {
|
||||||
static const auto kSmall = 0.7;
|
static const auto kSmall = 0.7;
|
||||||
static const auto kFaded = 0.5;
|
static const auto kFaded = 0.3;
|
||||||
static const auto kLarge = 0.85;
|
static const auto kLarge = 0.85;
|
||||||
static const auto kOpaque = 0.7;
|
static const auto kOpaque = 0.5;
|
||||||
static const auto result = std::vector<PatternPoint>{
|
static const auto result = std::vector<PatternPoint>{
|
||||||
{ { 0.5, 0.066 }, kSmall, kFaded },
|
{ { 0.5, 0.066 }, kSmall, kFaded },
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue