Table of Contents

THSLColor.ApplyTint Method

This method returns the brightness that results from applying tint to brightness.

Syntax

Namespace: FlexCel.Core

public static Double ApplyTint(Double brightness, Double tint)

Parameters

<-> Parameter Type Description
brightness Double Brightness of the color (between 0 and 1)
tint Double Tint of the color (between -1 and 1)

See also