Search results

From GiderosMobile
  • Sets fill color. Path2D:setFillColor(color,alpha)
    447 bytes (56 words) - 15:31, 13 July 2023
  • Sets the fill style that '''Shape''' object uses for subsequent drawings. The fill style remains in effect until you call ''setFillStyle()'' function with dif * '''Shape.NONE''': clears the fill style
    2 KB (227 words) - 15:31, 13 July 2023
  • Sets the color of the Pixel. Pixel:setColor(color,alpha)
    2 KB (271 words) - 15:32, 13 July 2023
  • p:setFillColor(0xE0E0E0,0.7) --Fill color p:setLineColor(0xC0C0C0) --Line color
    3 KB (419 words) - 15:32, 13 July 2023
  • Sets path with svg properties in single string separated by comma (,). p:setFillColor(0xFFFF80,0.7) --Fill color
    903 bytes (109 words) - 15:32, 13 July 2023
  • ...ear() clears the graphics that were drawn to this Shape object, and resets fill and line style settings--> ...ds the current path and draws the geometry by using the specified line and fill styles-->
    3 KB (404 words) - 15:32, 13 July 2023
  • Sets path to draw, using string with commands represented as: p:setFillColor(0xE0E0E0,0.7) --Fill color
    1 KB (228 words) - 15:32, 13 July 2023
  • Gideros has two sets of API command to draw shapes, normal shapes and path2D shapes. | Shape:setFillStyle(type, …) || Sets the fill style for a shape
    14 KB (2,331 words) - 15:27, 13 July 2023
  • | Shape:setFillStyle(type, …) || Sets the fill style for a shape | Shape:setLineStyle(width, color, alpha) || Sets the line style for a shape
    14 KB (2,322 words) - 23:19, 18 November 2023
  • * Manipulate pictures (getting/setting pixels, flood fill) ...y, hexColor, alpha, tolerance, blendAlpha) flood fills area with provided color based on tolerance to other colors-->
    9 KB (1,315 words) - 00:53, 8 December 2023