Table of Contents

Struct ResolvedShading

Namespace
DocWright.Layout
Assembly
DocWright.Layout.dll

Fully-resolved shading: concrete pattern token and colors.

public readonly struct ResolvedShading : IEquatable<ResolvedShading>
Implements
Inherited Members

Constructors

ResolvedShading(string?, ColorRgb, ColorRgb)

Initializes resolved shading.

Properties

Color

Gets the concrete pattern foreground color.

Fill

Gets the concrete background fill color.

Pattern

Gets the ST_Shd pattern token, or null when no shading applies.

Methods

Equals(ResolvedShading)
Equals(object?)
GetHashCode()

Operators

operator ==(ResolvedShading, ResolvedShading)

Determines whether two shadings are equal.

operator !=(ResolvedShading, ResolvedShading)

Determines whether two shadings differ.