Table of Contents

XlsFile.NearestColorTheme Method

Returns the most similar entry on the theme palette for a given color.

Syntax

Namespace: FlexCel.XlsAdapter

public override TThemeColor NearestColorTheme(TUIColor value, out Double tint)

Parameters

<-> Parameter Type Description
value TUIColor Color we want to use.
out tint Double Returns the tint to apply to the theme color.

Returns

Most similar color on the theme palette.

See also