byte

type byte = number

Description

A numeric value from 0 to 255.

Try It

// The resulting color is green, the bytes are measured in decimal numbers:
var oRGBColorGreen = Api.CreateRGBColor(0, 255, 0);
// The resulting color is red, the bytes are measured in hexadecimal numbers:
var oRGBColorRed = Api.CreateRGBColor(0xff, 0, 0);

Get Help

  • If you have any questions about ONLYOFFICE Docs, try the FAQ section first.
  • You can request a feature or report a bug by posting an issue on GitHub.
  • You can also ask our developers on ONLYOFFICE forum (registration required).