|
|
@ -78,11 +78,7 @@ namespace SixLabors.ImageSharp.ColorSpaces |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/// <inheritdoc/>
|
|
|
/// <inheritdoc/>
|
|
|
public Vector3 Vector |
|
|
public Vector3 Vector => this.backingVector; |
|
|
{ |
|
|
|
|
|
[MethodImpl(MethodImplOptions.AggressiveInlining)] |
|
|
|
|
|
get => this.backingVector; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Allows the implicit conversion of an instance of <see cref="Rgba32"/> to a
|
|
|
/// Allows the implicit conversion of an instance of <see cref="Rgba32"/> to a
|
|
|
|