Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 47,056 for

color

(0.14 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – PDF Viewer via Java https://products.aspose.com/pdf/java/viewer/ Recent content in PDF Viewer via Java on Aspsoe.PDF Products Hugo -- gohugo.io......net-color { background-color: #A4C547; } .java-color { background-color:...background-color: #E14544; } .cpp-color { background-color: #0C5BA3;...

    products.aspose.com/pdf/java/viewer/index.xml
  2. Convert RGB to HSL in Python

    This concise guide explains the essential concepts involved in converting RGB to HSL in Python. It presents a clean and structured sequence of actions while also offering a practical example to convert RGB to HSL in Python....expanded to handle various color models in images by computing...the HSL color model Create an instance of the Color class to...

    kb.aspose.com/svg/python/convert-rgb-to-hsl-in-...
  3. Converting Chart to Image in Ruby|Documentation

    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....A2:A8" ) # Set the fill colors for the series' data points...getPoints () color = Rjb :: import ( 'com.aspose.cells.Color' ) point...

    docs.aspose.com/cells/java/converting-chart-to-...
  4. GradientStyle enumeration | Aspose.Words for Py...

    aspose.words.drawing.GradientStyle enumeration. Specifies the style for a gradient fill.... height = 80 ) # Apply One-color gradient fill to the shape with...one_color_gradient ( color = aspose . pydrawing . Color . red...

    reference.aspose.com/words/python-net/aspose.wo...
  5. How to change background in comment in Excel|Do...

    How to change Color in comment in Excel. How to insert picture or image in comment in Excel....set a different background color for each comment. But when we...this in code. How to change color in comment in Excel When you...

    docs.aspose.com/cells/python-net/how-to-set-com...
  6. RevisionOptions class | Aspose.Words for Python

    aspose.words.layout.RevisionOptions class. Allows to control how document revisions are handled during layout process...Description comment_color Allows to specify the color to be used for... delete_cell_color Allows to specify the color to be used for...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Format Text|Aspose.Slides Documentation

    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....; //Change text color port . FontColor = Color . FromArgb ( 0...); //Change shape background color shp . FillFormat . Type = FillType...

    docs.aspose.com/slides/net/format-text/
  8. Border Settings with Golang via C++|Documentation

    How to use the Aspose.Cells library in C++ to set the border style and Color of cells. By adjusting the width, style, and Color of the border, you have more control over how cells look and appear....the borders' line style and color. With Aspose.Cells, developers...GetLineStyle() to set a border’s line color and style respectively. To set...

    docs.aspose.com/cells/go-cpp/cells-border-setti...
  9. Black and White Adjustment Layer|Documentation

    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....how to adjust tonal range and color balance of a photo in PSD file...as well as for each primary color channel (red, green and blue)...

    docs.aspose.com/psd/java/layer-types/adjustment...
  10. Add Arc Object to PDF file|Aspose.PDF for C++

    This article explains how to create a arc object to your PDF using Aspose.PDF for C++....fill Arc object with a certain color. Follow the steps below: Create...BorderInfo > ( BorderSide :: All , Color :: get_Green ()); graph -> set_Border...

    docs.aspose.com/pdf/cpp/add-arc/