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

color

(0.13 sec)
  1. FillType enumeration | Aspose.Words for Python

    aspose.words.drawing.FillType enumeration. Specifies fill type for a fillable object....( file_name = MY_DIR + 'Two color gradient.docx' ) # Get Fill...)) print ( 'The foreground color of the fill is: {0} ' . format...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Conversion to grayscale|Documentation

    How to convert source images to grayscale before recognition....Contents [ Hide ] In most cases, color is not needed for recognition...backgrounds, and crisper text than color images. Converting to grayscale...

    docs.aspose.com/ocr/cpp/grayscale/
  3. Chart.format property | Aspose.Words for Python

    Chart.format property. Provides access to fill and line formatting of the chart.... Color . dark_slate_gray ) # Hide axis...solid ( aspose . pydrawing . Color . light_goldenrod_yellow ) #...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Stroke class | Aspose.Words for Python

    aspose.words.drawing.Stroke class. Defines a stroke for a shape...Description back_color Gets or sets the background color of the stroke...stroke. back_theme_color Gets or sets a ThemeColor object that represents...

    reference.aspose.com/words/python-net/aspose.wo...
  5. input_group|Documentation

    Input_group element is used to insert personalized information, such as the respondent's name or email, into the form....border_size=10 border_color black Color of all borders. Can be...the supported values. border_color=red border_top_style inherits...

    docs.aspose.com/omr/net/txt-markup/input_group/
  6. PDF Highlights Annotation|Aspose.PDF for Java

    Discover how to add highlights annotations in a PDF document in Java using Aspose.PDF to highlight important text.... The color, opacity, author, and subject...property is used to set the color, opacity, author, subject, modifiedDate...

    docs.aspose.com/pdf/java/highlights-annotation/
  7. Custom Slice or Sector Colors in Pie Chart with...

    Learn how to use Aspose.Cells for Node.js via C++ to customize slice and sector Colors in a pie chart. Our guide will demonstrate how to assign unique Colors to each slice, sector, or legend for improved visual appeal and data representation....Ask AI Custom Slice or Sector Colors in Pie Chart with Node.js via...explains how to add custom colors to pie chart slices/sectors...

    docs.aspose.com/cells/nodejs-cpp/custom-slice-o...
  8. Aspose::Words::Drawing::Fill::Patterned method ...

    Aspose::Words::Drawing::Fill::Patterned method. Sets the specified fill to a pattern in C++....with foreground and background colors to the shape fill: fill ->...Drawing :: Color :: get_Aqua (), System :: Drawing :: Color :: get_Bisque...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Add Circle Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a circle object to your PDF using Aspose.PDF for .NET.... Color . Green ); graph . Border =...Set the circle's color circle . GraphInfo . Color = Aspose . Pdf...

    docs.aspose.com/pdf/net/add-circle/
  10. 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-...