ColorFToGray Method

Gets a ColorF instance that represents the matching gray shade of this ColorF instance based on human perception.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public ColorF ToGray()

Return Value

ColorF
A ColorF instance that represents the matching gray shade of this ColorF instance based on human perception.

See Also