VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebColorBaseJS type / set_Red Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Red Method
    In This Topic
    Sets the red component value of this color.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebColorBaseJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_Red(value);
    
    
    function set_Red(
    value
    Red component value.
    : number
    ) : any;

    Parameters

    value
    Red component value.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also