Table of Contents

THSLColor.ApplyTint Method

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

Syntax

Unit: FlexCel.Core

class function THSLColor.ApplyTint(brightness: Double; tint: Double): Double; static;

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