Update story gradients
This commit is contained in:
parent
e533292d33
commit
4caa260a22
5 changed files with 48 additions and 16 deletions
|
@ -417,9 +417,11 @@ message TextAttachment {
|
|||
}
|
||||
|
||||
message Gradient {
|
||||
optional uint32 startColor = 1;
|
||||
optional uint32 endColor = 2;
|
||||
optional uint32 startColor = 1; // deprecated: this field will be removed in a future release.
|
||||
optional uint32 endColor = 2; // deprecated: this field will be removed in a future release.
|
||||
optional uint32 angle = 3; // degrees
|
||||
repeated uint32 colors = 4;
|
||||
repeated float positions = 5; // percent from 0 to 1
|
||||
}
|
||||
|
||||
optional string text = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue