public int RedGrayFactor {get; set;}
'Declaration
Public Property RedGrayFactor As Integer
'Usage
Dim instance As ConvertToColoredGrayCommand
Dim value As Integer
instance.RedGrayFactor = value
value = instance.RedGrayFactor
public int RedGrayFactor {get; set;}
@property (nonatomic, assign) int redGrayFactor;
public int getRedGrayFactor()
public void setRedGrayFactor(int value)
get_RedGrayFactor();
set_RedGrayFactor(value);
Object.defineProperty('RedGrayFactor');
public:
property int RedGrayFactor {
int get();
void set ( int value);
}
Property Value
Additional weighting factor (percentage) used to modify the red component in the output pixel. This value can be negative. Possible values are -1000 to 1000.