add colors property in GradientColor
This commit is contained in:
@@ -91,8 +91,9 @@ export enum GradientOrientation {
|
||||
}
|
||||
|
||||
export interface GradientColor {
|
||||
start: Color
|
||||
end: Color
|
||||
start?: Color
|
||||
end?: Color
|
||||
colors?: Array<Color>
|
||||
orientation: GradientOrientation
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user