Skip to content

Commit a93f6ee

Browse files
authored
Merge branch 'production' into main
2 parents df2754b + 1046d92 commit a93f6ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

english/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,4 @@ Perfect for Python developers who need enterprise-grade document rendering witho
117117
These are links to some useful resources:
118118
- [GroupDocs.Viewer for Python via .NET API Reference](/viewer/python-net/)
119119

120+

english/net/groupdocs.viewer.drawing/argb32color/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ url: /net/groupdocs.viewer.drawing/argb32color/
1111
Represents 32-bit color in ARGB format, with 8 bits per every channel (Alpha, Red, Green, Blue). Supports transparency.
1212

1313
```csharp
14-
public struct Argb32Color : IEquatable<>, IEquatable<Argb32Color>, IEquatable<Rgb24Color>
14+
public struct Argb32Color : IEquatable<>, IEquatable<Argb32Color>, IEquatable<Rgb24Color>
1515
```
1616

1717
## Properties

0 commit comments

Comments
 (0)