Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 5,618 for

transparency

(0.1 sec)
  1. Aspose::Words::Drawing::Stroke class | Aspose.W...

    Aspose::Words::Drawing::Stroke class. Defines a stroke for a shape. To learn more, visit the documentation article in C++....() Defines the amount of transparency of a stroke. Valid range...the start of a stroke. get_Transparency () Gets or sets a value...

    reference.aspose.com/words/cpp/aspose.words.dra...
  2. Alpha Blending Image Filter|Documentation

    Alpha blending image filter application for image overlay with opacity level settings with Java code example....value of 0 implies complete transparency. For our example, we will...will utilize a semi-transparent image effect with an overlay alpha...

    docs.aspose.com/imaging/java/developer-guide/ma...
  3. Working with the Reflection Effect of Shape or ...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....fade_direction rot_with_shape size transparency type Working with the Reflection...

    docs.aspose.com/cells/python-net/working-with-t...
  4. Aspose::Words::Drawing::ShadowFormat::get_Color...

    Aspose::Words::Drawing::ShadowFormat::get_Color method. Gets or sets a Color object that represents the color for the shadow. The default value is Black in C++....how to set a color with transparency. auto doc = System :: MakeObject...()); shadowFormat -> set_Transparency ( 0.8 ); doc -> Save ( get_ArtifactsDir...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Add Word Art Watermark to Worksheet using Aspos...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... getFill (); //Set the transparency wordArtFormat . setTransparency...

    docs.aspose.com/cells/java/add-word-art-waterma...
  6. Format Presentation Text in .NET|Aspose.Slides ...

    Format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for .NET. Customize fonts, colors, alignment, and more....result: Set Transparency for Text Adjusting text transparency allows...provides the ability to set the transparency level of paragraphs and...

    docs.aspose.com/slides/net/text-formatting/
  7. Working with the Shadow Effect of Shape or Char...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Distance PresetType Size Transparency Working with the Shadow...

    docs.aspose.com/cells/net/working-with-the-shad...
  8. Stroke.BaseForeColor | Aspose.Words for .NET

    Discover the Stroke BaseForeColor property to easily access the unmodified base foreground color of your stroke for precise design control.... Transparency = 0.5 ; Assert . That (...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Stroke.base_fore_color property | Aspose.Words ...

    Stroke.base_fore_color property. Gets the base foreground color of the stroke without any modifiers.... transparency = 0.5 self . assertEqual...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Convert HEX to RGB in Python | Hexadecimal to RGB

    Learn how to convert HEX to RGB or RGBA color codes in Python. Includes a step-by-step guide, comparison table, and code examples....) extends RGB by adding transparency through the alpha channel...Sometimes, you may need to add transparency to your colors. This is...

    blog.aspose.com/svg/convert-hex-to-rgb-in-python/