Results 1 to 6 of 6

Thread: Smart Colours

  1. #1
    Join Date
    Feb 2012
    Posts
    390
    Mentioned
    2 Post(s)
    Quoted
    14 Post(s)

    Default Smart Colours

    How can I find the Hue and Sat on my colour?

  2. #2
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by fisherblue23 View Post
    How can I find the Hue and Sat on my colour?
    Use ACA (Auto Colour Aid)

    Forum account issues? Please send me a PM

  3. #3
    Join Date
    Feb 2012
    Posts
    390
    Mentioned
    2 Post(s)
    Quoted
    14 Post(s)

    Default

    k. where to get, I just installed windows 8 :P

    Ok nvm that comment. But using smart colors is this correct?

    MakeObj('tree',1252645,15,9.259,32.143,['n Oa','Oak','hop','own'],['hop down']);

    is that possible?

    Thanks!

    bump plz help
    Last edited by BraK; 12-14-2012 at 07:28 PM.

  4. #4
    Join Date
    Jul 2012
    Posts
    279
    Mentioned
    5 Post(s)
    Quoted
    46 Post(s)

    Default

    Could you, please, not double or trouble post? Help won't be coming faster this way. Actually, it'll have the opposite effect, just like your general attitude of asking for every little details instead of doing even a tiny bit of research on your own. More than likely, this is what explains your negative reputation on the forum. I strongly suggest you to familiarize yourself with the search engine of the forum and use it instead of asking a new question for every single tiny little obstacle you get into.

    Personally, I won't answer your question before a few hours... three actually (because of the triple post). Maybe someone will be nicer than me.

  5. #5
    Join Date
    Feb 2012
    Location
    DON'T PM ME ASKING FOR STUFF
    Posts
    2,170
    Mentioned
    38 Post(s)
    Quoted
    423 Post(s)

  6. #6
    Join Date
    Sep 2012
    Location
    Legolan, Ireland
    Posts
    542
    Mentioned
    0 Post(s)
    Quoted
    50 Post(s)

    Default

    You've been given all the information you need.
    Just remember that Hue and Sat are classified as Extended in the variables.
    So like this
    Simba Code:
    Procedure DeclareColors;
    Var
       Col: Integer;
       Hue,Sat: Extended;

    Begin
       Col:= 123445645
       Hue := 9.25
       Sat := 3.44
    end;

    Made it in the reply box, so didn't get to do standards.
    Have you felt the whale lately?
    .__________.
    Whale so hard.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •