Color.Green Property (Typed) | |
A numeric value between 0 (lowest intensity) and 255 (highest intensity) representing the amount of green in a color.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Green AS BYTE GET SET
public virtual byte Green { get; set; }
Request Example
View SourceProperty Value
Type:
ByteA numeric value between 0 (lowest intensity) and 255 (highest intensity) representing the amount of green in a color.
See Also