Skip to content

Commit f139390

Browse files
author
yevgen-nykytenko
committed
Update content 2025-08-29 08:08:32
1 parent 49ea46b commit f139390

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

english/net/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 10
55
url: /net/
66
description: GroupDocs.Viewer for .NET API References contain examples, code snippets, and API documentation. It provides namespaces, classes, interfaces, and other API details.
77
is_root: true
8-
version: "25.7"
8+
version: "25.8"
99
---
1010
## Namespaces
1111

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)