Request

Response

    ColorRGBA.Alpha property

    The alpha value in the range [0, 255] where 0 means transparent and 255 means opaque. Default = 255

    public ushort Alpha { get; set; }
    

    See Also