HistogramGreen Property
Gets the green values in the source image.
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 byte[] Green { get; }
Public ReadOnly Property Green As Byte()
Get
Dim instance As Histogram
Dim value As Byte()
value = instance.Green
public:
property array<unsigned char>^ Green {
array<unsigned char>^ get ();
}
member Green : byte[] with get
No code example is currently available or this language may not be supported.
Property Value
Byte
The green values in the source image.