arturo icon indicating copy to clipboard operation
arturo copied to clipboard

[Colors] more potential built-in function candidates?

Open github-actions[bot] opened this issue 1 year ago • 1 comments

[Colors] more potential built-in function candidates?

https://github.com/arturo-lang/arturo/blob/411617a1906063cf0adfd3ac06804dc4b29403a0/src/library/Colors.nim#L30


#=======================================
# Definitions
#=======================================

# TODO(Colors) more potential built-in function candidates?
#  labels: library, enhancement, open discussion

proc defineLibrary*() =

    #----------------------------
    # Functions
    #----------------------------

    builtin "blend",
        alias       = unaliased, 
        op          = opNop,
        rule        = PrefixPrecedence,
        description = "blend given colors and get result",

1b7f9d930e5b8b6fedafb6b75a7ae9181cea9d04

github-actions[bot] avatar Dec 27 '23 13:12 github-actions[bot]