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 X Cocoa 32 bit
  • MacOS X Cocoa 64 bit
  • Windows 32 bit
  • Windows 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM