Get list of colour names?
-
Is there a method that returns an array of named colours?
I imagine I saw one - but I can't remember where. Or I could be imagining things...

-
heeeeh! found it as I typed:
Color.namesdidn't expect it to be part of the Color class.
-
@thomthom said:
heeeeh! found it as I typed:
Color.namesdidn't expect it to be part of the Color class.Why not? That's where query methods about a class go.. IN the class, as a class method.
Otherwise we would not know where to look.. right? (We do not what to look in theCookieclass.)
-
Thought it'd be in a collection class. Like Colors (if it had existed)
Or Sketchup.colors - as a list of the colours SketchUp recognized. -
@thomthom said:
Thought it'd be in a collection class. Like Colors (if it had existed)
It is... but the collection is inside the class, where it belongs.
@thomthom said:
Or Sketchup.colors - as a list of the colours SketchUp recognized.
That could be implemented... but would just be a method that accessed the data structure in the Color class.
Don't want to overload the parent module with too many methods.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better π
Register LoginAdvertisement