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