Skip to main content

ColorPickerUtils

Functions

getOutlineWithContrast

ColorPickerUtils.getOutlineWithContrast(
colorColor3,
backingColorColor3
) → Color3

Gets the outline with a guaranteed contrast

Show raw api
{
    "functions": [
        {
            "name": "getOutlineWithContrast",
            "desc": "Gets the outline with a guaranteed contrast",
            "params": [
                {
                    "name": "color",
                    "desc": "",
                    "lua_type": "Color3"
                },
                {
                    "name": "backingColor",
                    "desc": "",
                    "lua_type": "Color3"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Color3\n"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 15,
                "path": "src/colorpicker/src/Client/ColorPickerUtils.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "ColorPickerUtils",
    "desc": "",
    "source": {
        "line": 5,
        "path": "src/colorpicker/src/Client/ColorPickerUtils.lua"
    }
}