Deyan Dobromirov

Results 75 comments of Deyan Dobromirov

[![](http://img.youtube.com/vi/fcq9MzsdfkY/1.jpg)](http://www.youtube.com/watch?v=fcq9MzsdfkY "") [![](http://img.youtube.com/vi/fcq9MzsdfkY/2.jpg)](http://www.youtube.com/watch?v=fcq9MzsdfkY "") [![](http://img.youtube.com/vi/fcq9MzsdfkY/3.jpg)](http://www.youtube.com/watch?v=fcq9MzsdfkY "")

Well `MD` is a standard. To be a standard means that wide variety of APPs may or may not comply to the standard defined in the `MD` specification.

These will produce the same result in range `[0-255]`: ```lua Color(1,2,3,4) Color(Color(1,2,3,4)) Color({1,2,3,4}) Color({r=1,g=2,b=3,a=4}) ```

@Kefta What should the 2-nd, 3-rd and 4-th option return then ?

@GitSparTV The idea is to be able to be called like `Vector()` and defaulting to `255` will not change anything as right now everyone calls it with `Color(0,0,0)` for example...

@Kefta Will wait for the other patch implementation then. Will be nice to have `Color()` ;)

@GitSparTV Thought it would be more ordered and convenient when I factorize it, but oh, well. [Turns out I need Find selected method as well and a method that will...

Hello, @robotboy655 I fixed the link. The function `UpdatePaintOver` can be used for the panel to activate a certain material when different `DImageButton` is clicked. It simply restores the old...

It runs a loop to select the material panel. I already know what panel I need to update, so running a loop to find it is pointless in my case....