PixelInfoColor Property
Gets the Color of the pixel.
Namespace: DevCase.Core.Media.GraphicsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Color Color { get; }
Public ReadOnly Property Color As Color
Get
Dim instance As PixelInfo
Dim value As Color
value = instance.Color
public:
property Color Color {
Color get ();
}
member Color : Color with get
No code example is currently available or this language may not be supported.
Property Value
Color
The
Color of the pixel.