Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ The namespace contains Fill Layers Settings
| --- | --- |
| [FillType](./filltype/) | The Fill Type |
| [GradientType](./gradienttype/) | Gradient type |
| [InterpolationMethod](./interpolationmethod/) | Packed fourCC values for Photoshop gradient interpolation method. Descriptor key: "gradientsInterpolationMethod" |


Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public class GradientFillSettings : BaseFillSettings, IGradientFillSettings
| [Gradient](../../aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/gradient/) { get; set; } | Gets or sets specific gradient definition instance (Solid/Noise). |
| [GradientType](../../aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/gradienttype/) { get; set; } | Gets or sets the type of the gradient. |
| [HorizontalOffset](../../aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/horizontaloffset/) { get; set; } | Gets or sets the horizontal offset in percentage. |
| [InterpolationMethod](../../aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/interpolationmethod/) { get; set; } | Gets or sets the interpolation method for the gradient. |
| [Reverse](../../aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/reverse/) { get; set; } | Gets or sets a value indicating whether this `GradientFillSettings` is reverse. |
| [Scale](../../aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/scale/) { get; set; } | Gets or sets the **normalized** gradient scale (in percent) |
| [VerticalOffset](../../aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/verticaloffset/) { get; set; } | Gets or sets the vertical offset in percentage. |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: GradientFillSettings.InterpolationMethod
second_title: Aspose.PSD for .NET API Reference
description: GradientFillSettings property. Gets or sets the interpolation method for the gradient
type: docs
weight: 90
url: /net/aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/interpolationmethod/
---
{{< psd/tize >}}
## GradientFillSettings.InterpolationMethod property

Gets or sets the interpolation method for the gradient.

```csharp
public InterpolationMethod InterpolationMethod { get; set; }
```

### See Also

* enum [InterpolationMethod](../../interpolationmethod/)
* class [GradientFillSettings](../)
* namespace [Aspose.PSD.FileFormats.Psd.Layers.FillSettings](../../../aspose.psd.fileformats.psd.layers.fillsettings/)
* assembly [Aspose.PSD](../../../)


Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: GradientFillSettings.Reverse
second_title: Aspose.PSD for .NET API Reference
description: GradientFillSettings property. Gets or sets a value indicating whether this GradientFillSettings is reverse
type: docs
weight: 90
weight: 100
url: /net/aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/reverse/
---
{{< psd/tize >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: GradientFillSettings.Scale
second_title: Aspose.PSD for .NET API Reference
description: GradientFillSettings property. Gets or sets the normalized gradient scale in percent
type: docs
weight: 100
weight: 110
url: /net/aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/scale/
---
{{< psd/tize >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: GradientFillSettings.VerticalOffset
second_title: Aspose.PSD for .NET API Reference
description: GradientFillSettings property. Gets or sets the vertical offset in percentage
type: docs
weight: 110
weight: 120
url: /net/aspose.psd.fileformats.psd.layers.fillsettings/gradientfillsettings/verticaloffset/
---
{{< psd/tize >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public class GradientMapSettings
| --- | --- |
| [Dither](../../aspose.psd.fileformats.psd.layers.fillsettings/gradientmapsettings/dither/) { get; set; } | Gets or sets a value indicating whether this [`GradientFillSettings`](../gradientfillsettings/) is dither. |
| [Gradient](../../aspose.psd.fileformats.psd.layers.fillsettings/gradientmapsettings/gradient/) { get; set; } | Gets or sets specific gradient definition instance (Solid/Noise). |
| [InterpolationMethod](../../aspose.psd.fileformats.psd.layers.fillsettings/gradientmapsettings/interpolationmethod/) { get; set; } | Gets or sets the interpolation method for the gradient. |
| [Reverse](../../aspose.psd.fileformats.psd.layers.fillsettings/gradientmapsettings/reverse/) { get; set; } | Gets or sets a value indicating whether this [`GradientFillSettings`](../gradientfillsettings/) is reverse. |

## Examples
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: GradientMapSettings.InterpolationMethod
second_title: Aspose.PSD for .NET API Reference
description: GradientMapSettings property. Gets or sets the interpolation method for the gradient
type: docs
weight: 40
url: /net/aspose.psd.fileformats.psd.layers.fillsettings/gradientmapsettings/interpolationmethod/
---
{{< psd/tize >}}
## GradientMapSettings.InterpolationMethod property

Gets or sets the interpolation method for the gradient.

```csharp
public InterpolationMethod InterpolationMethod { get; set; }
```

### See Also

* enum [InterpolationMethod](../../interpolationmethod/)
* class [GradientMapSettings](../)
* namespace [Aspose.PSD.FileFormats.Psd.Layers.FillSettings](../../../aspose.psd.fileformats.psd.layers.fillsettings/)
* assembly [Aspose.PSD](../../../)


Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: GradientMapSettings.Reverse
second_title: Aspose.PSD for .NET API Reference
description: GradientMapSettings property. Gets or sets a value indicating whether this GradientFillSettings is reverse
type: docs
weight: 40
weight: 50
url: /net/aspose.psd.fileformats.psd.layers.fillsettings/gradientmapsettings/reverse/
---
{{< psd/tize >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public interface IGradientFillSettings : IFillSettings
| [Gradient](../../aspose.psd.fileformats.psd.layers.fillsettings/igradientfillsettings/gradient/) { get; set; } | Gets or sets specific gradient definition instance (Solid/Noise). |
| [GradientType](../../aspose.psd.fileformats.psd.layers.fillsettings/igradientfillsettings/gradienttype/) { get; set; } | Gets or sets the type of the gradient. |
| [HorizontalOffset](../../aspose.psd.fileformats.psd.layers.fillsettings/igradientfillsettings/horizontaloffset/) { get; set; } | Gets or sets the horizontal offset. |
| [InterpolationMethod](../../aspose.psd.fileformats.psd.layers.fillsettings/igradientfillsettings/interpolationmethod/) { get; set; } | Gets or sets the interpolation method for the gradient. |
| [Reverse](../../aspose.psd.fileformats.psd.layers.fillsettings/igradientfillsettings/reverse/) { get; set; } | Gets or sets a value indicating whether this `IGradientFillSettings` is reverse. |
| [Scale](../../aspose.psd.fileformats.psd.layers.fillsettings/igradientfillsettings/scale/) { get; set; } | Gets or sets the **normalized** gradient scale (in percent). |
| [VerticalOffset](../../aspose.psd.fileformats.psd.layers.fillsettings/igradientfillsettings/verticaloffset/) { get; set; } | Gets or sets the vertical offset. |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: IGradientFillSettings.InterpolationMethod
second_title: Aspose.PSD for .NET API Reference
description: IGradientFillSettings property. Gets or sets the interpolation method for the gradient
type: docs
weight: 70
url: /net/aspose.psd.fileformats.psd.layers.fillsettings/igradientfillsettings/interpolationmethod/
---
{{< psd/tize >}}
## IGradientFillSettings.InterpolationMethod property

Gets or sets the interpolation method for the gradient.

```csharp
public InterpolationMethod InterpolationMethod { get; set; }
```

### See Also

* enum [InterpolationMethod](../../interpolationmethod/)
* interface [IGradientFillSettings](../)
* namespace [Aspose.PSD.FileFormats.Psd.Layers.FillSettings](../../../aspose.psd.fileformats.psd.layers.fillsettings/)
* assembly [Aspose.PSD](../../../)


Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IGradientFillSettings.Reverse
second_title: Aspose.PSD for .NET API Reference
description: IGradientFillSettings property. Gets or sets a value indicating whether this IGradientFillSettings is reverse
type: docs
weight: 70
weight: 80
url: /net/aspose.psd.fileformats.psd.layers.fillsettings/igradientfillsettings/reverse/
---
{{< psd/tize >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IGradientFillSettings.Scale
second_title: Aspose.PSD for .NET API Reference
description: IGradientFillSettings property. Gets or sets the normalized gradient scale in percent
type: docs
weight: 80
weight: 90
url: /net/aspose.psd.fileformats.psd.layers.fillsettings/igradientfillsettings/scale/
---
{{< psd/tize >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: IGradientFillSettings.VerticalOffset
second_title: Aspose.PSD for .NET API Reference
description: IGradientFillSettings property. Gets or sets the vertical offset
type: docs
weight: 90
weight: 100
url: /net/aspose.psd.fileformats.psd.layers.fillsettings/igradientfillsettings/verticaloffset/
---
{{< psd/tize >}}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: Enum InterpolationMethod
second_title: Aspose.PSD for .NET API Reference
description: Aspose.PSD.FileFormats.Psd.Layers.FillSettings.InterpolationMethod enum. Packed fourCC values for Photoshop gradient interpolation method. Descriptor key gradientsInterpolationMethod
type: docs
weight: 2150
url: /net/aspose.psd.fileformats.psd.layers.fillsettings/interpolationmethod/
---
{{< psd/tize >}}
## InterpolationMethod enumeration

Packed fourCC values for Photoshop gradient interpolation method. Descriptor key: "gradientsInterpolationMethod"

```csharp
public enum InterpolationMethod : uint
```

### Values

| Name | Value | Description |
| --- | --- | --- |
| Classic | `1197698163` | 'Gcls' — Classic (legacy default when key is absent). |
| Perceptual | `1348825699` | 'Perc' — Perceptual. |
| Linear | `1282306592` | 'Lnr ' — Linear (note trailing space). |
| Smooth | `1399680879` | 'Smoo' — Smooth. |
| Stripes | `1195986291` | 'GIMs' — Stripes. |

### See Also

* namespace [Aspose.PSD.FileFormats.Psd.Layers.FillSettings](../../aspose.psd.fileformats.psd.layers.fillsettings/)
* assembly [Aspose.PSD](../../)


Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class PatternFillSettings
second_title: Aspose.PSD for .NET API Reference
description: Aspose.PSD.FileFormats.Psd.Layers.FillSettings.PatternFillSettings class. Pattern fill effect settings
type: docs
weight: 2150
weight: 2160
url: /net/aspose.psd.fileformats.psd.layers.fillsettings/patternfillsettings/
---
{{< psd/tize >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class BaseGradient
second_title: Aspose.PSD for .NET API Reference
description: Aspose.PSD.FileFormats.Psd.Layers.Gradient.BaseGradient class. Base gradient definition class. It contains common properties for both types of gradient Solid and Noise
type: docs
weight: 2170
weight: 2180
url: /net/aspose.psd.fileformats.psd.layers.gradient/basegradient/
---
{{< psd/tize >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Enum GradientKind
second_title: Aspose.PSD for .NET API Reference
description: Aspose.PSD.FileFormats.Psd.Layers.Gradient.GradientKind enum. Gradient type enum
type: docs
weight: 2180
weight: 2190
url: /net/aspose.psd.fileformats.psd.layers.gradient/gradientkind/
---
{{< psd/tize >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Enum NoiseColorModel
second_title: Aspose.PSD for .NET API Reference
description: Aspose.PSD.FileFormats.Psd.Layers.Gradient.NoiseColorModel enum. Color Model When Gradient type Noise we can assign Color Model to RGB/SHB/LAB 3/4/6
type: docs
weight: 2190
weight: 2200
url: /net/aspose.psd.fileformats.psd.layers.gradient/noisecolormodel/
---
{{< psd/tize >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class NoiseGradient
second_title: Aspose.PSD for .NET API Reference
description: Aspose.PSD.FileFormats.Psd.Layers.Gradient.NoiseGradient class. Noise gradient definition class
type: docs
weight: 2200
weight: 2210
url: /net/aspose.psd.fileformats.psd.layers.gradient/noisegradient/
---
{{< psd/tize >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class SolidGradient
second_title: Aspose.PSD for .NET API Reference
description: Aspose.PSD.FileFormats.Psd.Layers.Gradient.SolidGradient class. Gradient fill effect settings
type: docs
weight: 2210
weight: 2220
url: /net/aspose.psd.fileformats.psd.layers.gradient/solidgradient/
---
{{< psd/tize >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class BlendingOptions
second_title: Aspose.PSD for .NET API Reference
description: Aspose.PSD.FileFormats.Psd.Layers.LayerEffects.BlendingOptions class. BlendingOptions. Its a wrapper for BaseFxResource which provides api for layer effects
type: docs
weight: 2270
weight: 2280
url: /net/aspose.psd.fileformats.psd.layers.layereffects/blendingoptions/
---
{{< psd/tize >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class ColorOverlayEffect
second_title: Aspose.PSD for .NET API Reference
description: Aspose.PSD.FileFormats.Psd.Layers.LayerEffects.ColorOverlayEffect class. Color Overlay Layer effect
type: docs
weight: 2280
weight: 2290
url: /net/aspose.psd.fileformats.psd.layers.layereffects/coloroverlayeffect/
---
{{< psd/tize >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class DropShadowEffect
second_title: Aspose.PSD for .NET API Reference
description: Aspose.PSD.FileFormats.Psd.Layers.LayerEffects.DropShadowEffect class. Drop Shadow Layer effect
type: docs
weight: 2290
weight: 2300
url: /net/aspose.psd.fileformats.psd.layers.layereffects/dropshadoweffect/
---
{{< psd/tize >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class GradientOverlayEffect
second_title: Aspose.PSD for .NET API Reference
description: Aspose.PSD.FileFormats.Psd.Layers.LayerEffects.GradientOverlayEffect class. Gradient Layer effect
type: docs
weight: 2300
weight: 2310
url: /net/aspose.psd.fileformats.psd.layers.layereffects/gradientoverlayeffect/
---
{{< psd/tize >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Interface ILayerEffect
second_title: Aspose.PSD for .NET API Reference
description: Aspose.PSD.FileFormats.Psd.Layers.LayerEffects.ILayerEffect interface. Interface for Layer Effects
type: docs
weight: 2310
weight: 2320
url: /net/aspose.psd.fileformats.psd.layers.layereffects/ilayereffect/
---
{{< psd/tize >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class InnerShadowEffect
second_title: Aspose.PSD for .NET API Reference
description: Aspose.PSD.FileFormats.Psd.Layers.LayerEffects.InnerShadowEffect class. Inner Shadow Layer effect
type: docs
weight: 2330
weight: 2340
url: /net/aspose.psd.fileformats.psd.layers.layereffects/innershadoweffect/
---
{{< psd/tize >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Interface IShadowEffect
second_title: Aspose.PSD for .NET API Reference
description: Aspose.PSD.FileFormats.Psd.Layers.LayerEffects.IShadowEffect interface. Interface for Shadow Layer Effects
type: docs
weight: 2320
weight: 2330
url: /net/aspose.psd.fileformats.psd.layers.layereffects/ishadoweffect/
---
{{< psd/tize >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Enum LayerEffectsTypes
second_title: Aspose.PSD for .NET API Reference
description: Aspose.PSD.FileFormats.Psd.Layers.LayerEffects.LayerEffectsTypes enum. Layer blending effects
type: docs
weight: 2340
weight: 2350
url: /net/aspose.psd.fileformats.psd.layers.layereffects/layereffectstypes/
---
{{< psd/tize >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class OuterGlowEffect
second_title: Aspose.PSD for .NET API Reference
description: Aspose.PSD.FileFormats.Psd.Layers.LayerEffects.OuterGlowEffect class. Outer Glow Layer effect
type: docs
weight: 2350
weight: 2360
url: /net/aspose.psd.fileformats.psd.layers.layereffects/outergloweffect/
---
{{< psd/tize >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class PatternOverlayEffect
second_title: Aspose.PSD for .NET API Reference
description: Aspose.PSD.FileFormats.Psd.Layers.LayerEffects.PatternOverlayEffect class. Pattern Layer effect
type: docs
weight: 2360
weight: 2370
url: /net/aspose.psd.fileformats.psd.layers.layereffects/patternoverlayeffect/
---
{{< psd/tize >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class StrokeEffect
second_title: Aspose.PSD for .NET API Reference
description: Aspose.PSD.FileFormats.Psd.Layers.LayerEffects.StrokeEffect class. The Adobe Photoshop stroke effect for the PSD layer
type: docs
weight: 2370
weight: 2380
url: /net/aspose.psd.fileformats.psd.layers.layereffects/strokeeffect/
---
{{< psd/tize >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Enum StrokePosition
second_title: Aspose.PSD for .NET API Reference
description: Aspose.PSD.FileFormats.Psd.Layers.LayerEffects.StrokePosition enum. The position setting controls the alignment of your stroke to the layer its applied to in the StrokeEffect
type: docs
weight: 2380
weight: 2390
url: /net/aspose.psd.fileformats.psd.layers.layereffects/strokeposition/
---
{{< psd/tize >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Interface IStrokeSettings
second_title: Aspose.PSD for .NET API Reference
description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.StrokeResources.IStrokeSettings interface. Stroke settings of Shapes
type: docs
weight: 3360
weight: 3380
url: /net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/istrokesettings/
---
{{< psd/tize >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Enum LineCapType
second_title: Aspose.PSD for .NET API Reference
description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.StrokeResources.LineCapType enum. Line Cap type
type: docs
weight: 3370
weight: 3390
url: /net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/linecaptype/
---
{{< psd/tize >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Enum LineJoinType
second_title: Aspose.PSD for .NET API Reference
description: Aspose.PSD.FileFormats.Psd.Layers.LayerResources.StrokeResources.LineJoinType enum. Line Join type
type: docs
weight: 3380
weight: 3400
url: /net/aspose.psd.fileformats.psd.layers.layerresources.strokeresources/linejointype/
---
{{< psd/tize >}}
Expand Down
Loading