Sort Score
Result 10 results
Languages All
Labels All
Results 3,741 - 3,750 of 36,826 for

color

(0.2 sec)
  1. Write Text on JPG in C#

    Follow this guide to write text on JPG in C#. It has the IDE settings, steps, and a sample code for developing a simple JPG text editor in C# with multiple options to customize the text....Define the background gradient colors in the Graphics object Create...quality, background gradient colors, and text style. Code to Insert...

    kb.aspose.com/drawing/net/write-text-on-jpg-in-...
  2. C# で PSB ファイルを TIFF 形式に変換する方法 | products.aspose...

    .NET API 経由で PSD、PSB、AI ファイルをエクスポートする...palette-color and full-color image data in several color spaces...

    products.aspose.com/psd/jp/net/conversion/psd-t...
  3. Dither images Via net, all supported image form...

    Using Aspose.Imaging you can easily Dither images Via net...used to give the appearance of color depth in images on systems with...constrained color palette. A diffusion of colored pixels from...

    products.aspose.com/imaging/net/dither/
  4. Aspose::Words::Themes::ThemeColors::set_Light2 ...

    Aspose::Words::Themes::ThemeColors::set_Light2 method. Setter for Aspose::Words::Themes::ThemeColors::get_Light2 in C++....set_Light2 ( System :: Drawing :: Color value ) See Also Class ThemeColors...

    reference.aspose.com/words/cpp/aspose.words.the...
  5. Create Transparent Image in Java

    This article provides guidance on how to create transparent image in Java. It includes IDE setup details, a step-by-step guide, and a code example to draw pictures with transparent background in Java....path Generate a brush with color and use it to fill all added...arcs, and lines into the path, color them using a brush, and finally...

    kb.aspose.com/drawing/java/create-transparent-i...
  6. 在 Python 中格式化 PowerPoint 文本|Aspose.Slides for P...

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中格式化并设置文本样式。通过功能强大的 Python 代码示例自定义字体、颜色、对齐方式等。... Color . light_blue ) opts = slides...highlight_text ( "to" , draw . Color . violet , opts ) presentation...

    docs.aspose.com/slides/zh/python-net/text-forma...
  7. Working with Hatch Patterns in PostScript | .NET

    How to add hatch pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...usually represented by small 2-colors (usually black&white) simple...square 27 Pen pen = new Pen(Color. Black , 2); 28 29 //For every...

    docs.aspose.com/page/net/ps/working-with-hatch-...
  8. StructuredDocumentTag.multiline property | Aspo...

    StructuredDocumentTag.multiline property. Specifies whether this SDT allows multiple lines of text....INLINE ) # Set the title and color of the frame that appears when...plain text' tag . color = aspose . pydrawing . Color . magenta # Set...

    reference.aspose.com/words/python-net/aspose.wo...
  9. StructuredDocumentTag.tag property | Aspose.Wor...

    StructuredDocumentTag.tag property. Specifies a tag associated with the current SDT node...INLINE ) # Set the title and color of the frame that appears when...plain text' tag . color = aspose . pydrawing . Color . magenta # Set...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Add Watermark in PHP|Aspose.Words for Java

    Add Watermark to Document using PHP.... $ color = new Java ( "java.awt.Color" ); $ watermark...-> getFill ()-> setColor ( $ color -> GRAY ); // Try LightGray...

    docs.aspose.com/words/java/add-watermark-in-php/