company logo

Color :: isValid - Is color valid

The property returns, whether the color contains a valid value (true) or not (false). A color is valid, when one of the color values has got a value less between 0 or and 255.

Return value:  State of function return ( bool  )

A State true indicates, that the function was executed successfully. Otherwise state is false.

Implementation details

bool Color  :: isValid (  )