A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developers.google.com/apps-script/reference/base/rgb-color.html below:

Class RgbColor | Apps Script

Class RgbColor

Stay organized with collections Save and categorize content based on your preferences.

RgbColor

A color defined by red, green, blue color channels.

Methods Method Return type Brief description asHexString() String Returns the color as a CSS-style 7 character hexadecimal string (#rrggbb) or 9 character hexadecimal string (#aarrggbb). getBlue() Integer The blue channel of this color, as a number from 0 to 255. getColorType() ColorType Get the type of this color. getGreen() Integer The green channel of this color, as a number from 0 to 255. getRed() Integer The red channel of this color, as a number from 0 to 255. Detailed documentation asHexString()

Returns the color as a CSS-style 7 character hexadecimal string (#rrggbb) or 9 character hexadecimal string (#aarrggbb).

Return

String — The hex representation of color.

getBlue()

The blue channel of this color, as a number from 0 to 255.

Return

Integer — The value of blue channel.

getColorType()

Get the type of this color.

Return

ColorType — The color type.

getGreen()

The green channel of this color, as a number from 0 to 255.

Return

Integer — The value of green channel.

getRed()

The red channel of this color, as a number from 0 to 255.

Return

Integer — The value of red channel.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-12-02 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-02 UTC."],[[["`RgbColor` defines a color using red, green, and blue color channels."],["You can get the individual red, green, and blue color channel values as integers ranging from 0 to 255."],["The `asHexString()` method provides the color's hexadecimal representation, suitable for CSS use."],["It is possible to determine the color type using the `getColorType()` method."]]],[]]


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4