Defines a single mesh point with position and color.
public sealed record GradientMeshPoint(SKPoint Position, SKColor Color) : IEquatable<GradientMeshPoint>
kind:method, kind:property, kind:ctor. Press Esc to clear.GradientMeshPoint(SKPoint, SKColor)Defines a single mesh point with position and color.