Skip to main content

isValidStringColor

Type

handler

Summary

Validates if a given string can be converted to color

Syntax

isValidStringColor(<pColor>)

Description

Validates if a given string can be converted to color.

note

This handler is for internal use.

Parameters

NameTypeDescription

pValue

String representation of a RGB[A] color.

Value

NameTypeDescription

return

A boolean if the string can be converted.