sdk/python/Utilities/PyColorsys
Utilities

PyColorsys

Python stdlib module — colorsys. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.

Other Methods

.hls_to_rgb()Neutral
#
Signature
hls_to_rgb(h, l, s)

hls_to_rgb function.

.hsv_to_rgb()Neutral
#
Signature
hsv_to_rgb(h, s, v)

hsv_to_rgb function.

.rgb_to_hls()Neutral
#
Signature
rgb_to_hls(r, g, b)

rgb_to_hls function.

.rgb_to_hsv()Neutral
#
Signature
rgb_to_hsv(r, g, b)

rgb_to_hsv function.

.rgb_to_yiq()Neutral
#
Signature
rgb_to_yiq(r, g, b)

rgb_to_yiq function.

.yiq_to_rgb()Neutral
#
Signature
yiq_to_rgb(y, i, q)

yiq_to_rgb function.

Fully-Qualified Names

FQNField
colorsysfqns[0]

Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.

Import

rule.py
import colorsys