TypeLib Xojo support Plugin

UInt8Range Class (console safe)

A class that represents a UInt8 range.

This class is for example used internally in the PictureEffects plugin.

Object
   UInt8Range

class UInt8Range

Constructors

UInt8RangeConstructs a new UInt8Range with 0 as minimum and 0 as maximum.
UInt8RangeConstructs a new UInt8Range with a specific minimum and a specific maximum.

Properties

MaximumMaximum value of the range.
MinimumMinimum value of the range.

Methods

EqualCompares if two UInt8Range instances contain equal data.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS