User contributions for RhoSigma
Jump to navigation
Jump to search
3 December 2024
- 21:0221:02, 3 December 2024 diff hist +32 HSBA32 No edit summary current
- 21:0221:02, 3 December 2024 diff hist 0 HSB32 No edit summary current
- 19:4919:49, 3 December 2024 diff hist +358 SATURATION32 No edit summary current
- 19:4919:49, 3 December 2024 diff hist +358 HUE32 No edit summary current
- 19:4819:48, 3 December 2024 diff hist +358 BRIGHTNESS32 No edit summary current
- 19:4619:46, 3 December 2024 diff hist +3,468 N SATURATION32 Created page with "{{DISPLAYTITLE:_SATURATION32}} The _SATURATION32 function returns the saturation value ([https://www.learnui.design/blog/the-hsb-color-system-practicioners-primer.html HSB colorspace]) of a given 32-bit ''ARGB'' color. {{PageSyntax}} : {{Parameter|saturation#}} = _SATURATION32({{Parameter|argbColor~&}}) {{PageParameters}} * {{Parameter|argbColor~&}} is the 32-bit ''ARGB'' color value to retrieve the saturation value from. ** ''ARGB'' colors are returned by va..."
- 19:4519:45, 3 December 2024 diff hist +3,395 N HUE32 Created page with "{{DISPLAYTITLE:_HUE32}} The _HUE32 function returns the hue value ([https://www.learnui.design/blog/the-hsb-color-system-practicioners-primer.html HSB colorspace]) of a given 32-bit ''ARGB'' color. {{PageSyntax}} : {{Parameter|hue#}} = _HUE32({{Parameter|argbColor~&}}) {{PageParameters}} * {{Parameter|argbColor~&}} is the 32-bit ''ARGB'' color value to retrieve the hue value from. ** ''ARGB'' colors are returned by various functions, such as _PALETTECOLOR (..."
- 19:4319:43, 3 December 2024 diff hist +3,397 N BRIGHTNESS32 Created page with "{{DISPLAYTITLE:_BRIGHTNESS32}} The _BRIGHTNESS32 function returns the brightness value ([https://www.learnui.design/blog/the-hsb-color-system-practicioners-primer.html HSB colorspace]) of a given 32-bit ''ARGB'' color. {{PageSyntax}} : {{Parameter|brightness#}} = _BRIGHTNESS32({{Parameter|argbColor~&}}) {{PageParameters}} * {{Parameter|argbColor~&}} is the 32-bit ''ARGB'' color value to retrieve the brightness value from. ** ''ARGB'' colors are returned by va..."
- 17:4017:40, 3 December 2024 diff hist +692 HSBA32 No edit summary
- 17:3817:38, 3 December 2024 diff hist +8 HSB32 No edit summary Tag: Manual revert
- 17:2817:28, 3 December 2024 diff hist −8 HSB32 No edit summary Tag: Reverted
- 17:2717:27, 3 December 2024 diff hist 0 HSB32 No edit summary
- 17:2617:26, 3 December 2024 diff hist +692 HSB32 No edit summary
- 13:0913:09, 3 December 2024 diff hist +293 HSBA32 No edit summary
- 13:0713:07, 3 December 2024 diff hist +4 HSB32 No edit summary
- 13:0613:06, 3 December 2024 diff hist +4 HSB32 No edit summary
- 13:0513:05, 3 December 2024 diff hist +53 HSB32 No edit summary
- 13:0213:02, 3 December 2024 diff hist +232 HSB32 No edit summary
- 12:4812:48, 3 December 2024 diff hist +7,148 N HSBA32 Created page with "{{DISPLAYTITLE:_HSBA32}} The '''_HSBA32''' function specifies a color using the [https://www.learnui.design/blog/the-hsb-color-system-practicioners-primer.html HSB colorspace] and returns the 32-bit ''ARGB'' color value representing the color with the specified hue, saturation, brightness and opacity level (alpha channel). {{PageSyntax}} : {{Parameter|color32value~&}} = _HSBA32({{Parameter|hue#}}, {{Parameter|saturation#}}, {{Parameter|brightness#}}, {{Parameter|al..."
2 December 2024
- 23:1023:10, 2 December 2024 diff hist +136 HSB32 No edit summary
- 23:0023:00, 2 December 2024 diff hist +6,625 N HSB32 Created page with "{{DISPLAYTITLE:_HSB32}} The '''_HSB32''' function specifies a color using the [https://www.learnui.design/blog/the-hsb-color-system-practicioners-primer.html HSB colorspace] and returns the 32-bit ''ARGB'' color value representing the color with the specified hue, saturation and brightness. {{PageSyntax}} : {{Parameter|color32value~&}} = _HSB32({{Parameter|hue#}}, {{Parameter|saturation#}}, {{Parameter|brightness#}}) {{PageParameters}} * {{Parameter|hue#}} specif..."
- 17:1417:14, 2 December 2024 diff hist +87 Keyword Reference - By usage No edit summary
- 17:1317:13, 2 December 2024 diff hist +87 Keyword Reference - Alphabetical No edit summary
- 17:0917:09, 2 December 2024 diff hist +12 MAX No edit summary current
- 17:0817:08, 2 December 2024 diff hist +12 MIN No edit summary current
- 17:0517:05, 2 December 2024 diff hist +2,252 N CLAMP Created page with "{{DISPLAYTITLE:_CLAMP}} The '''_CLAMP''' function forces the given numeric value into a specific range, returning either the given value as is, or the closest boundary if the range is exceeded. {{PageSyntax}} : {{Parameter|clamped##}} = _CLAMP({{Parameter|value}}, {{Parameter|minVal}}, {{Parameter|maxVal}}) {{PageParameters}} * {{Parameter|value}} is the number to clamp, any integer or floating point type is supported. * {{Parameter|minVal}} is the minimum range..." current
26 November 2024
- 10:3510:35, 26 November 2024 diff hist +24 ENCODEURL$ No edit summary
25 November 2024
- 20:4020:40, 25 November 2024 diff hist −2 Downloading Files No edit summary current
- 20:4020:40, 25 November 2024 diff hist +152 Downloading Files No edit summary
- 20:3620:36, 25 November 2024 diff hist +35 OPENCLIENT No edit summary current
- 19:0019:00, 25 November 2024 diff hist −42 Keyword Reference - By usage No edit summary
- 18:4318:43, 25 November 2024 diff hist +208 Keyword Reference - Alphabetical No edit summary
- 18:3718:37, 25 November 2024 diff hist +1,441 N DECODEURL$ Created page with "{{DISPLAYTITLE:_DECODEURL$}} The '''_DECODEURL$''' function is the counterpart for _ENCODEURL$, it returns the decoded plain text URL of the given encoded URL. {{PageSyntax}} : result$ = _DECODEURL$({{Parameter|url$}}) {{PageParameters}} * {{Parameter|url$}} is the URL to decode as variable or literal STRING. {{PageDescription}} * URL decoding may be required when parsing downloaded files for additional links and retrieving its add..."
- 18:3318:33, 25 November 2024 diff hist +2,271 N ENCODEURL$ Created page with "{{DISPLAYTITLE:_ENCODEURL$}} The '''_ENCODEURL$''' function returns the so called percent encoded representation of the given URL. {{PageSyntax}} : result$ = _ENCODEURL$({{Parameter|url$}}) {{PageParameters}} * {{Parameter|url$}} is the URL to encode as variable or literal STRING. {{PageDescription}} * URL encoding may be required before trying to retrieve it using the _OPENCLIENT("HTTP:url") command. * Proper encoding is under the obligatio..."
- 16:5616:56, 25 November 2024 diff hist +4 TOSTR$ No edit summary
- 16:5416:54, 25 November 2024 diff hist −8 MEMSOUND No edit summary current
- 16:5216:52, 25 November 2024 diff hist 0 LOADFONT No edit summary current
- 16:5116:51, 25 November 2024 diff hist −14 LOADFONT No edit summary
- 16:4716:47, 25 November 2024 diff hist −109 LOADFONT No edit summary
- 16:4016:40, 25 November 2024 diff hist −42 BlankPage No edit summary current
23 November 2024
- 18:2518:25, 23 November 2024 diff hist −36 WAVE No edit summary current
- 18:1418:14, 23 November 2024 diff hist −3 WAVE No edit summary
- 18:0918:09, 23 November 2024 diff hist −21,436 User:RhoSigma/Test Replaced content with "== ATTENTION == '''Keep Out''' - This is my all things MediaWiki '''Nuke Test Site''' ..." Tags: Replaced Manual revert
- 18:0818:08, 23 November 2024 diff hist +21,436 User:RhoSigma/Test No edit summary Tag: Reverted
- 17:4117:41, 23 November 2024 diff hist +1,457 WAVE Undo revision Tag: Undo
- 17:3817:38, 23 November 2024 diff hist −1,457 WAVE No edit summary Tag: Reverted
- 14:4614:46, 23 November 2024 diff hist −17,553 User:RhoSigma/Test Replaced content with "== ATTENTION == '''Keep Out''' - This is my all things MediaWiki '''Nuke Test Site''' ..." Tags: Replaced Manual revert
- 14:4414:44, 23 November 2024 diff hist +51 User:RhoSigma/Test No edit summary Tag: Reverted
- 14:4214:42, 23 November 2024 diff hist −23 User:RhoSigma/Test No edit summary Tag: Reverted
- 14:4014:40, 23 November 2024 diff hist −680 User:RhoSigma/Test No edit summary Tag: Reverted