Color64ToGray Method

Gets a Color64 instance that represents the matching gray shade of this Color64 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 Color64 ToGray()

Return Value

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

See Also