Skip to content

Commit 4f6fadf

Browse files
Update file(s) "/." from "groupdocs-viewer/Groupdocs.Viewer-References"
1 parent 67ead82 commit 4f6fadf

File tree

53 files changed

+307
-43
lines changed

Some content is hidden

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

53 files changed

+307
-43
lines changed

content/sites/groupdocs/viewer/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.3"
8+
version: "25.4"
99
---
1010
## Namespaces
1111

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

Lines changed: 3 additions & 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
@@ -47,6 +47,8 @@ public struct Argb32Color : IEquatable<>, IEquatable<Argb32Color>, IEquatable
4747
| [GetHue](../../groupdocs.viewer.drawing/argb32color/gethue)() | Returns the Hue-Saturation-Lightness (HSL) hue value, in degrees, for this [`Argb32Color`](../argb32color) instance. If R == G == B, the hue is meaningless, and the return value is 0. |
4848
| [GetSaturation](../../groupdocs.viewer.drawing/argb32color/getsaturation)() | The Hue-Saturation-Lightness (HSL) saturation for this [`Argb32Color`](../argb32color) instance |
4949
| [ToArgb](../../groupdocs.viewer.drawing/argb32color/toargb)() | Returns the ARGB value of this [`Argb32Color`](../argb32color) instance, compatible with `System.Drawing.Color.ToArgb()` method |
50+
| [ToHexRGB](../../groupdocs.viewer.drawing/argb32color/tohexrgb)() | Serializes this [`Argb32Color`](../argb32color) instance to the hexadecimal notation `##RRGGBB` as a string without alpha channel |
51+
| [ToHexRGBA](../../groupdocs.viewer.drawing/argb32color/tohexrgba)() | Serializes this [`Argb32Color`](../argb32color) instance to the hexadecimal notation `##RRGGBBAA` as a string with alpha channel |
5052
| [ToRGB](../../groupdocs.viewer.drawing/argb32color/torgb)() | Serializes this [`Argb32Color`](../argb32color) instance to the 'rgb' CSS function notation. Alpha channel of this color will be omitted during serialization. |
5153
| [ToRGBA](../../groupdocs.viewer.drawing/argb32color/torgba)() | Serializes this [`Argb32Color`](../argb32color) instance to the 'rgba' CSS function notation |
5254
| override [ToString](../../groupdocs.viewer.drawing/argb32color/tostring)() | Serializes this [`Argb32Color`](../argb32color) instance to the most appropriate CSS function notation depending on translucency |

content/sites/groupdocs/viewer/english/net/groupdocs.viewer.drawing/argb32color/op_equality/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: op_Equality
33
second_title: GroupDocs.Viewer for .NET API Reference
44
description: Compares two Argb32Colorgroupdocs.viewer.drawing/argb32color colors and returns a boolean indicating if the two do match.
55
type: docs
6-
weight: 270
6+
weight: 290
77
url: /net/groupdocs.viewer.drawing/argb32color/op_equality/
88
---
99
## operator == {#op_equality}

content/sites/groupdocs/viewer/english/net/groupdocs.viewer.drawing/argb32color/op_explicit/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: op_Explicit
33
second_title: GroupDocs.Viewer for .NET API Reference
44
description: Explicitly casts the 32bit Argb32Colorgroupdocs.viewer.drawing/argb32color to 24bit Rgb24Colorgroupdocs.viewer.drawing/rgb24color. Alpha channel of the source Argb32Colorgroupdocs.viewer.drawing/argb32color will be lost after casting because Rgb24Colorgroupdocs.viewer.drawing/rgb24color does not support transparency.
55
type: docs
6-
weight: 280
6+
weight: 300
77
url: /net/groupdocs.viewer.drawing/argb32color/op_explicit/
88
---
99
## Argb32Color Explicit operator

content/sites/groupdocs/viewer/english/net/groupdocs.viewer.drawing/argb32color/op_implicit/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: op_Implicit
33
second_title: GroupDocs.Viewer for .NET API Reference
44
description: Implicitly casts the 24bit Rgb24Colorgroupdocs.viewer.drawing/rgb24color to 32bit Argb32Colorgroupdocs.viewer.drawing/argb32color. Alpha channel of the output Argb32Colorgroupdocs.viewer.drawing/argb32color will be set to 255 fully opaque.
55
type: docs
6-
weight: 290
6+
weight: 310
77
url: /net/groupdocs.viewer.drawing/argb32color/op_implicit/
88
---
99
## Argb32Color Implicit operator

content/sites/groupdocs/viewer/english/net/groupdocs.viewer.drawing/argb32color/op_inequality/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: op_Inequality
33
second_title: GroupDocs.Viewer for .NET API Reference
44
description: Compares two Argb32Colorgroupdocs.viewer.drawing/argb32color colors and returns a boolean indicating if the two do not match.
55
type: docs
6-
weight: 300
6+
weight: 320
77
url: /net/groupdocs.viewer.drawing/argb32color/op_inequality/
88
---
99
## operator != {#op_inequality}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: ToHexRGB
3+
second_title: GroupDocs.Viewer for .NET API Reference
4+
description: Serializes this Argb32Colorgroupdocs.viewer.drawing/argb32color instance to the hexadecimal notation RRGGBB as a string without alpha channel
5+
type: docs
6+
weight: 240
7+
url: /net/groupdocs.viewer.drawing/argb32color/tohexrgb/
8+
---
9+
## Argb32Color.ToHexRGB method
10+
11+
Serializes this [`Argb32Color`](../../argb32color) instance to the hexadecimal notation `##RRGGBB` as a string without alpha channel
12+
13+
```csharp
14+
public string ToHexRGB()
15+
```
16+
17+
### Return Value
18+
19+
A string in `##RRGGBB` format, 2 characters per channel, upper case. Exception-less method.
20+
21+
### See Also
22+
23+
* struct [Argb32Color](../../argb32color)
24+
* namespace [GroupDocs.Viewer.Drawing](../../../groupdocs.viewer.drawing)
25+
* assembly [GroupDocs.Viewer](../../../)
26+
27+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.viewer.dll -->
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: ToHexRGBA
3+
second_title: GroupDocs.Viewer for .NET API Reference
4+
description: Serializes this Argb32Colorgroupdocs.viewer.drawing/argb32color instance to the hexadecimal notation RRGGBBAA as a string with alpha channel
5+
type: docs
6+
weight: 250
7+
url: /net/groupdocs.viewer.drawing/argb32color/tohexrgba/
8+
---
9+
## Argb32Color.ToHexRGBA method
10+
11+
Serializes this [`Argb32Color`](../../argb32color) instance to the hexadecimal notation `##RRGGBBAA` as a string with alpha channel
12+
13+
```csharp
14+
public string ToHexRGBA()
15+
```
16+
17+
### Return Value
18+
19+
A string in `##RRGGBBAA` format, 2 characters per channel, upper case. Exception-less method.
20+
21+
### See Also
22+
23+
* struct [Argb32Color](../../argb32color)
24+
* namespace [GroupDocs.Viewer.Drawing](../../../groupdocs.viewer.drawing)
25+
* assembly [GroupDocs.Viewer](../../../)
26+
27+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.viewer.dll -->

content/sites/groupdocs/viewer/english/net/groupdocs.viewer.drawing/argb32color/torgb/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ToRGB
33
second_title: GroupDocs.Viewer for .NET API Reference
44
description: Serializes this Argb32Colorgroupdocs.viewer.drawing/argb32color instance to the rgb CSS function notation. Alpha channel of this color will be omitted during serialization.
55
type: docs
6-
weight: 240
6+
weight: 260
77
url: /net/groupdocs.viewer.drawing/argb32color/torgb/
88
---
99
## Argb32Color.ToRGB method

content/sites/groupdocs/viewer/english/net/groupdocs.viewer.drawing/argb32color/torgba/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ToRGBA
33
second_title: GroupDocs.Viewer for .NET API Reference
44
description: Serializes this Argb32Colorgroupdocs.viewer.drawing/argb32color instance to the rgba CSS function notation
55
type: docs
6-
weight: 250
6+
weight: 270
77
url: /net/groupdocs.viewer.drawing/argb32color/torgba/
88
---
99
## Argb32Color.ToRGBA method

0 commit comments

Comments
 (0)