Skip to content

Commit 1225bb7

Browse files
committed
Fix tech issue - readonly in every circumstance
1 parent 68fa08e commit 1225bb7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

CSF.Screenplay.Selenium/Color.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ public struct Color
2727
#endif
2828
: IEquatable<SysColor>, IEquatable<Color>, IEquatable<string>
2929
{
30-
#if RECORD_STRUCT_SUPPORT
3130
readonly double alpha;
32-
#else
33-
double alpha;
34-
#endif
3531

3632
/// <summary>
3733
/// Gets the red component in the sRGB color space.

0 commit comments

Comments
 (0)