Skip to content

XUIColorExtensions

Description

A module containing extension methods for the native Xojo Color type.

Methods

Name Parameters Returns
Complementary c As Color Color
ToRGBString c As Color String

Method Descriptions

Complementary(c As Color) As Color

Returns the complementary (opposite) color to c.


ToRGBString(c As Color) As String

Returns c as a six digit RGB hex string in the format RRGGBB.