ShapeFill
Overview
ShapeFill is a interface in Aspose.Cells FOSS for TypeScript.
Properties: color, gradientAngle, gradientStops, isSchemeColor, lumMod, lumOff, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | : "solid" | "gradient" | "none" | Read | Gets the type. |
color | : string | Read | Gets the color. |
isSchemeColor | : boolean | Read | Gets the is scheme color. |
gradientStops | `: Array<{ |
position: number;
color: string;
isSchemeColor?: boolean;
lumMod?: number;
lumOff?: number;
}>| Read | Gets the gradient stops. | |position|: number| Read | Gets the position. | |color|: string| Read | Gets the color. | |isSchemeColor|: boolean| Read | Gets the is scheme color. | |lumMod|: number| Read | Gets the lum mod. | |lumOff|: number| Read | Gets the lum off. | |gradientAngle|: number` | Read | Gets the gradient angle. |