Skip to content

Commit fd23268

Browse files
Aspose.Slides for .NET 25.8 API Reference
1 parent 6094048 commit fd23268

File tree

1,013 files changed

+3199
-1076
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,013 files changed

+3199
-1076
lines changed

content/net/english/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ is_root: true
1818
| [Aspose.Slides.Charts](./aspose.slides.charts) | Contains classes for work with charts in Microsoft PowerPoint presentations. |
1919
| [Aspose.Slides.DOM.Ole](./aspose.slides.dom.ole) | Contains classes for work with OLE objects in Microsoft PowerPoint presentations. |
2020
| [Aspose.Slides.Effects](./aspose.slides.effects) | Contains classes for work with various effects in Microsoft PowerPoint presentations. |
21+
| [Aspose.Slides.Excel](./aspose.slides.excel) | |
2122
| [Aspose.Slides.Export](./aspose.slides.export) | Contains classes for exporting Microsoft PowerPoint presentations to different formats like Html, Pdf, Svg, Xps and others. |
2223
| [Aspose.Slides.Export.Web](./aspose.slides.export.web) | Contains classes for exporting Microsoft PowerPoint presentations to Html with extension projects. |
2324
| [Aspose.Slides.Export.Xaml](./aspose.slides.export.xaml) | Contains classes for exporting Microsoft PowerPoint presentations to XAML. |

content/net/english/aspose.slides.effects/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Contains classes for work with various effects in Microsoft PowerPoint presentat
2222
| [AlphaReplace](./alphareplace) | Represents and Alpha Replace effect. Effect alpha (opacity) values are replaced by a fixed alpha. |
2323
| [BiLevel](./bilevel) | Represents a Bi-Level (black/white) effect. Input colors whose luminance is less than the specified threshold value are changed to black. Input colors whose luminance are greater than or equal the specified value are set to white. The alpha effect values are unaffected by this effect. |
2424
| [Blur](./blur) | Represents a Blur effect that is applied to the entire shape, including its fill. All color channels, including alpha, are affected. |
25+
| [BrightnessContrast](./brightnesscontrast) | Represents a BrightnessContrast effect. Ajusts brightness and contrast |
2526
| [ColorChange](./colorchange) | Represents a Color Change effect. Instances of FromColor are replaced with instances of ToColor. |
2627
| [ColorReplace](./colorreplace) | Represents a Color Replacement effect. All effect colors are changed to a fixed color. Alpha values are unaffected. |
2728
| [Duotone](./duotone) | Represents a Duotone effect. For each pixel, combines Color1 and Color2 through a linear interpolation to determine the new color for that pixel. |
@@ -63,6 +64,8 @@ Contains classes for work with various effects in Microsoft PowerPoint presentat
6364
| [IBiLevelEffectiveData](./ibileveleffectivedata) | Immutable object which represents a Bi-Level (black/white) effect. Input colors whose luminance is less than the specified threshold value are changed to black. Input colors whose luminance are greater than or equal the specified value are set to white. The alpha effect values are unaffected by this effect. |
6465
| [IBlur](./iblur) | Represents a Blur effect that is applied to the entire shape, including its fill. All color channels, including alpha, are affected. |
6566
| [IBlurEffectiveData](./iblureffectivedata) | Immutable object which represents a Blur effect that is applied to the entire shape, including its fill. All color channels, including alpha, are affected. |
67+
| [IBrightnessContrast](./ibrightnesscontrast) | Represents a BrightnessContrast effect. Ajusts brightness and contrast |
68+
| [IBrightnessContrastEffectiveData](./ibrightnesscontrasteffectivedata) | Immutable object which represents a BrightnessContrast effect. Ajusts brightness and contrast |
6669
| [IColorChange](./icolorchange) | Represents a Color Change effect. Instances of FromColor are replaced with instances of ToColor. |
6770
| [IColorChangeEffectiveData](./icolorchangeeffectivedata) | Immutable object which represents a Color Change effect. Instances of FromColor are replaced with instances of ToColor. |
6871
| [IColorReplace](./icolorreplace) | Represents a Color Replacement effect. |
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: BrightnessContrast
3+
second_title: Aspose.Sildes for .NET API Reference
4+
description: Represents a BrightnessContrast effect. Ajusts brightness and contrast
5+
type: docs
6+
weight: 2900
7+
url: /aspose.slides.effects/brightnesscontrast/
8+
---
9+
10+
## BrightnessContrast class
11+
12+
Represents a BrightnessContrast effect. Ajusts brightness and contrast
13+
14+
```csharp
15+
public sealed class BrightnessContrast : ImageTransformOperation, IBrightnessContrast
16+
```
17+
18+
## Properties
19+
20+
| Name | Description |
21+
| --- | --- |
22+
| [AsIPresentationComponent](../../aspose.slides/pviobject/asipresentationcomponent) { get; } | Allows to get base IPresentationComponent interface. Read-only [`IPresentationComponent`](../../aspose.slides/ipresentationcomponent). |
23+
24+
## Methods
25+
26+
| Name | Description |
27+
| --- | --- |
28+
| override [Equals](../../aspose.slides.effects/brightnesscontrast/equals)(object) | Determines whether the specified [`BrightnessContrast`](../brightnesscontrast) is equal to the current [`BrightnessContrast`](../brightnesscontrast). |
29+
| [GetEffective](../../aspose.slides.effects/brightnesscontrast/geteffective)() | Gets effective BrightnessContrast effect data with the inheritance applied. |
30+
| override [GetHashCode](../../aspose.slides.effects/brightnesscontrast/gethashcode)() | Serves as a hash function for a particular type. |
31+
32+
### See Also
33+
34+
* class [ImageTransformOperation](../imagetransformoperation)
35+
* interface [IBrightnessContrast](../ibrightnesscontrast)
36+
* namespace [Aspose.Slides.Effects](../../aspose.slides.effects)
37+
* assembly [Aspose.Slides](../../)
38+
39+
<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Slides.dll -->
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Equals
3+
second_title: Aspose.Sildes for .NET API Reference
4+
description: Determines whether the specified BrightnessContrastaspose.slides.effects/brightnesscontrast is equal to the current BrightnessContrastaspose.slides.effects/brightnesscontrast.
5+
type: docs
6+
weight: 10
7+
url: /aspose.slides.effects/brightnesscontrast/equals/
8+
---
9+
10+
## BrightnessContrast.Equals method
11+
12+
Determines whether the specified [`BrightnessContrast`](../../brightnesscontrast) is equal to the current [`BrightnessContrast`](../../brightnesscontrast).
13+
14+
```csharp
15+
public override bool Equals(object obj)
16+
```
17+
18+
| Parameter | Type | Description |
19+
| --- | --- | --- |
20+
| obj | Object | The [`BrightnessContrast`](../../brightnesscontrast) to compare. |
21+
22+
### Return Value
23+
24+
true if objects are equal; otherwise, false.
25+
26+
### See Also
27+
28+
* class [BrightnessContrast](../../brightnesscontrast)
29+
* namespace [Aspose.Slides.Effects](../../brightnesscontrast)
30+
* assembly [Aspose.Slides](../../../)
31+
32+
<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Slides.dll -->
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: GetEffective
3+
second_title: Aspose.Sildes for .NET API Reference
4+
description: Gets effective BrightnessContrast effect data with the inheritance applied.
5+
type: docs
6+
weight: 20
7+
url: /aspose.slides.effects/brightnesscontrast/geteffective/
8+
---
9+
10+
## BrightnessContrast.GetEffective method
11+
12+
Gets effective BrightnessContrast effect data with the inheritance applied.
13+
14+
```csharp
15+
public IBrightnessContrastEffectiveData GetEffective()
16+
```
17+
18+
### Return Value
19+
20+
A [`IBrightnessContrastEffectiveData`](../../ibrightnesscontrasteffectivedata).
21+
22+
### See Also
23+
24+
* interface [IBrightnessContrastEffectiveData](../../ibrightnesscontrasteffectivedata)
25+
* class [BrightnessContrast](../../brightnesscontrast)
26+
* namespace [Aspose.Slides.Effects](../../brightnesscontrast)
27+
* assembly [Aspose.Slides](../../../)
28+
29+
<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Slides.dll -->
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: GetHashCode
3+
second_title: Aspose.Sildes for .NET API Reference
4+
description: Serves as a hash function for a particular type.
5+
type: docs
6+
weight: 30
7+
url: /aspose.slides.effects/brightnesscontrast/gethashcode/
8+
---
9+
10+
## BrightnessContrast.GetHashCode method
11+
12+
Serves as a hash function for a particular type.
13+
14+
```csharp
15+
public override int GetHashCode()
16+
```
17+
18+
### Return Value
19+
20+
A hash code for the current object.
21+
22+
### See Also
23+
24+
* class [BrightnessContrast](../../brightnesscontrast)
25+
* namespace [Aspose.Slides.Effects](../../brightnesscontrast)
26+
* assembly [Aspose.Slides](../../../)
27+
28+
<!-- DO NOT EDIT: generated by xmldocmd for Aspose.Slides.dll -->

content/net/english/aspose.slides.effects/colorchange/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ColorChange
33
second_title: Aspose.Sildes for .NET API Reference
44
description: Represents a Color Change effect. Instances of FromColor are replaced with instances of ToColor.
55
type: docs
6-
weight: 2900
6+
weight: 2910
77
url: /aspose.slides.effects/colorchange/
88
---
99

content/net/english/aspose.slides.effects/colorreplace/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ColorReplace
33
second_title: Aspose.Sildes for .NET API Reference
44
description: Represents a Color Replacement effect. All effect colors are changed to a fixed color. Alpha values are unaffected.
55
type: docs
6-
weight: 2910
6+
weight: 2920
77
url: /aspose.slides.effects/colorreplace/
88
---
99

content/net/english/aspose.slides.effects/duotone/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Duotone
33
second_title: Aspose.Sildes for .NET API Reference
44
description: Represents a Duotone effect. For each pixel combines Color1 and Color2 through a linear interpolation to determine the new color for that pixel.
55
type: docs
6-
weight: 2920
6+
weight: 2930
77
url: /aspose.slides.effects/duotone/
88
---
99

content/net/english/aspose.slides.effects/effectfactory/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: EffectFactory
33
second_title: Aspose.Sildes for .NET API Reference
44
description: Allows to create effects
55
type: docs
6-
weight: 2930
6+
weight: 2940
77
url: /aspose.slides.effects/effectfactory/
88
---
99

0 commit comments

Comments
 (0)