How to find this piece of art has tones?

Hi all

I have a number of works of art on a document, some of them are filled with spot colors and some of them are with four-color printing.
Is there a api or the method by which I can know what kind of color (or process) is applied to the selected clip art?

Thanks in advance...

I think that should do the trick:

bool HasFillSpotColor (AIArtHandle handle)

{

Boolean result = false;

AIPathStyle pathStyle;

Error AIErr = sPathStyle-> GetPathStyle (handle, & pathStyle);

check error

If {(pathStyle.fillPaint)

AIColor color = pathStyle.fill.color;

If (color.kind == kCustomColor) {}

CustomColor AICustomColor;

error = sCustomColor-> GetCustomColor (color.c.c.color, & customColor);

check error

result = customColor.flag & kCustomSpotColor;

}
}

return the result;

}

Tags: Illustrator

Similar Questions

  • Hi - I signed up for the Adobe Creative cloud monthyly and don't know where to find?  I bought the product, but is not a file to download? What I have to do to get it on my laptop > how to find this > thanks :)

    I signed up for the Adobe Creative cloud monthyly and don't know where to find?  I bought the product, but is not a file to download? What I have to do to get it on my laptop > how to find this > thanks

    Install the desktop cc app from here, https://creative.adobe.com/products/creative-cloud

    Check your account indicates the subscriptions that you expect (and that the adobe, used in the next step id is correct) by logging in here and checking the status of your subscription, https://www.adobe.com/account.html

    then, if it's current, disconnect and then back to your client application using the adobe with the link above in cc id: http://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html

    Use your desktop app to install your programs of cc.

  • How to find this value in the oracle database to find out the table

    Hi expert,

    I know there is a value in the oracle database, please show me how to find this value in the oracle database to find out the table that contains this value.

    Thank you very much

    918440 wrote:
    Hi expert,

    I know there is a value in the oracle database, please show me how to find this value in the oracle database to find out the table that contains this value.

    Thank you very much

    Go to the online documentation and discover the data dictionary. You may be interested in reading about ALL_TAB_COLUMNS, but you will need to know what you want until you can query the view to find information

  • How to find this sequence has finished loading?

    Hello

    I have a custom c#-OPUI to load and execute testplans.

    I do this using these functions:

    1 ApplicationManager.OpenSequencFile (filename)

    2. ???

    3 order TestStart = axSequenceFileViewMgr.GetCommand (...)

    TestStart.Execute (true)

    The question now is: How can I know that the OpenSequenceFile has done everything to do?

    I need to know which ended before I run the execute command.

    Is there a final event specail that I can check?

    Thanks for help

    Well, if you read my previous post, you'll see that you can just say if a writ of execution occurs.

    However, if you need the name of the sequence file then you can use:

    ApplicationManager.Executions (read more about it in the TS help).  Once you have the list, you can check the number (if it's 0, then you know that the SeqFileLoad is complete).  Or you can get items (executions).  From there you can iterate through the elements and do just about anything you want.  For example, there is a method called Execution.GetSequenceFile.  This will allow you to know the name of the file in the sequence.

    For more information on the object of performance, see using TS.  Surely it should get you pointed in the right direction.

    Kind regards

  • The main menu 3dot icon is missing in ff26 for android. How to find this button?

    TECHNICAL DATA:
    OS: Android v4. ? (do not know how to find the version)
    Web browser: Firefox for Android v. 26

    PROBLEM:
    Of what I read when looking for assistance, it is supposed to be an icon next to the bookmark icon (top right of the browser) which resembles vertical three points which, when clicked is supposed to display the main menu. On my screen there is no such icon for main menu at all anywhere on the screen. (If someone can put some instructions on how to show a screenshot in this thread, I could provide a).

    QUESTIONS RELATING TO THE:
    1.) how can the menu icon main foeced appear?
    2.) y at - it another way to access the main menu in the Android version of firefox if missing this icon "3 points"?

    NOTE: subject: config seems to have been paralyzed in the Android version of firefox so that there seems to be no way to list all the settings such as once, as it was the fault discovered in the desktop version of firefox.

    In my view, the icon to the left of the main button that looks a bit like a tray to reverse mail is the menu button.

  • You sent me an email telling me there was a closed connection of CS5, but I can't find not (0217719404) Please tell me how to find this link?

    You sent me an email (0217719404) telling me you attached a link for download CS5 on my laptop but I can't find the link.  Please tell me how to get this link.

    Richard Wakefield

    [deleted private information]

    CS5 - http://helpx.adobe.com/creative-suite/kb/cs5-product-downloads.html

    You can also download the demo version of the software through the page linked below and then use your current serial number to activate it.

    Don't forget to follow the steps described in the Note: very important Instructions in the section on the pages of this site download and have cookies turned on in your browser, otherwise the download will not work correctly.

    CS5: http://prodesigntools.com/all-adobe-cs5-direct-download-links.html

  • How write/find this formula?

    Hello!

    I want to find the formula for the following problem. I do a template for work, where I want to be able to put a result (in %) in this model that spits out the bonuses that the result will give to my employees. The thing is, as for all sales activities, the result that they, AS their premium increase each percent.

    Example (none of the real numbers):

    If my result is 81%, I shall multiply 0.81 * 10 000 * 0, 5 * 1, 2 = their bonus

    and

    If my result is 82%, I shall multiply 0.82 * 10 000 * 0, 5 * 1, 3 = Bonus

    BUT

    If my result is 83%, I shall multiply 0.83 * 10 000 * 0, 5 * 1, 5 = Bonus

    The last thing I multiply (lets call him X) increase faster than the percentage at the beginning of the formula. the two factors of environment never change no matter what happens.

    How can I write the formula of this relationship, so that I can manipulate the curve and see what X Im satisfied with their possible bonuses? I can't get a blockage of mathematics and programming to get this!

    Thank you!

    O

    How can I write a formula to do this, where I can handle this last number, so that

    Here's an option:

    Create a second table similar to one posted on the right and title it "Prime Factors"... stuck here form your convenience... the first line is a header row:

    % Of earnings

    Bonus factor

    70

    1

    80

    1.01

    81

    1.2

    82

    1.3

    83

    1.5

    84

    1.55

    85

    1.6

    100

    2

    In the table on the left, select cell D2, and then type (or copy and paste it here) the formula:

    = IF (counta(B2:C2) < 2, "", 100 × B2÷C2)

    short hand for this is:

    D2 = if (counta(B2:C2) < 2, "", 100 × B2÷C2)

    E2 = if (counta(B2:C2) < 2, "", VLOOKUP (D2, factors of Bonus: $A:$ B, 2) ")

    F2 = if (counta(B2:C2) < 2, "", C2 × 0.05 × D2 × E2÷100)

    Select cells D2 the F2, copy

    Select cell D2 at the end of column F, dough

    Enter the information in column A, B and C and update the "Bonus factors table", according to the needs

  • How to find a file wmp.dll - has not loaded when installing xp

    During the installation of xp does not load the wmp.dll file - does it affect my screen resolution which is now fixed to the
    most low and can not be reset - and how can I fix this?

    During the installation of xp does not load the wmp.dll file - does it affect my screen resolution which is now fixed to the
    most low and can not be reset - and how can I fix this?

    =======================================
    No guarantee... but for the wmp.dll issue, the following
    the article may be worth a visit:

    WMP. DLL
    http://www.updatexp.com/wmpdll.html

    For the problem of resolution of screen... There is a possibility
    that you need to update your video driver.

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    Proceed at your own risk *.

    Try searching the website of your video
    MFG. the adapter for a compatible update Win XP
    video driver. Or... If your computer is a laptop...
    Search the support site for your computer
    Reference of the manufacturer.

    If you do not know the make and model of your
    Video adapter, see the documentation that
    supplied with the computer.

    Also you can find info on your video by driver
    go to Device Manager: you can launch
    By clicking Device Manager on... Start/run and
    type or copy / paste:
    devmgmt.msc
    And then press ENTER.

    Expand "Graphics cards" and right click
    the name of your graphics... then
    choose... Properties / tab pilot... FYI.

    You should find the make and model of your
    adapter display as well as the version of the driver.

    If the driver on the Web site is no longer
    current than you run...
    Download and install it. In addition, installation
    instructions that should be followed closely
    should be available on the support site.

    Good luck.

  • How to find out why the crs has dropped?

    Hi all.. the clusterware on node 2 is down. How can I know the reason so much as to why the crs is down?

    This information is stored in log files from the src node House 2?

    Hello

    Please check the logfile under path below. This directory contains the alert.log to the clusterware nodes file.
    $ORA_CRS_HOME/log/hostanme

    Also check the CRSD, CSSD, EVMD directories under $ORA_CRS_HOME/log/hostanme for problems with other processes.

    I hope this helps.

    Concerning
    Ludmilla amine
    http://oracleracexpert.blogspot.com
    [Install and configure ASMLib in10g | http://oracleracexpert.blogspot.com/2009/08/install-and-configure-asmlib-in-10g.html]

  • The following error has been made a while ago, but don't know how to find out if a solution has been found?

    Microsoft VBScript runtime error '800a01a8' object required /include/SiteSecurity.asp

    This is for the next Web security. It's the only one that shows this error and I have a dozen of bookmarks. I contacted the company and they have any problems to an end and my link is: http://www.nextwebsecurity.com/Contact.asp.

    I tried to use the Opera browser and am still getting the same error.

    Can it be fixed and why it doesn't work no more (stopped working in early December, 2012) and I used to volunteer for this site.

    What is the error, and what you do to get the error? I need more details

  • can someone tell me how to find this firmware I'm running my current SSD drive

    I installed an SSD Crucial CT064M4SSD2 and want to know what firmware is running.  When I install first the WIE was 7.9 since then, it has fallen to 7.3 and it told me to update the firmware

    Hello

    I suggest that you contact the essential medium for assistance:

    http://Forum.crucial.com/

  • How did find this site?

    I'm new to flash and the desire to build me a site similar to this one.

    http://screen-bites.co.uk/homepage.html

    Ive tried to search for tutorials online, but I'm not sure of what we call the action im trying to reproduce.  Someone at - it all seen a template that I could buy that scrolls horizontally that I could use as a starting point?

    my mistake: http://www.kglad.com/Files/forums/Untitled-1.fla

  • How to make this piece of code on the execution of the PROC

    I have the code depending on who I want to run but not a procedure.
    I know its always better runa PROC, but at end of test, then the only target is to run it in part or somehow, but with the need to create or run a procedure

    CREATE PROCEDURE temp_account_salary_archive_proc
    IS
    CURSOR arcur
    IS
    SELECT sequence_num
    OF north.account_offer
    WHERE the north.datediff ('mm', hire_date, SYSDATE) > 3;
    BEGIN
    FOR erera IN arcur
    LOOP
    INSERT INTO north.account_salary_archive
    SELECT *.
    OF north.account_salaries
    WHERE sequence_num = arrec.sequence_num;

    DELETE FROM north.account_salaries
    WHERE sequence_num = arrec.sequence_num;
    END LOOP;

    COMMIT;
    END temp_account_salary_archive_proc;


    I need to know what parts of this code must be run if I want to run the process with the help of the stored procedure

    I'm on Oracle 10 g
    and I'm a beginner.

    Better, you try to avoid calls to user-defined functions and try to get rid of all of the loop:

    begin
       insert into north.account_salary_archive
          select *
          from north.account_salaries
          where sequence_num in (select sequence_num
                                 from north.account_offer
                                 where months_between (hire_date, sysdate) > 3);
    
       delete from north.account_salaries
       where sequence_num in (select sequence_num
                              from north.account_offer
                              where months_between (hire_date, sysdate) > 3);
    
       commit;
    end;
    

    look for the function months_between: I guess it's almost identical to what your user-defined function.

  • I replced my hardrive & now I have to re install windows vista. How to find this & download on my pc?

    My hard drive died & I had to replace it & I don't have a disc with my laptop when I bought it. I need a copy of windows vista (my laptop is a 2008) & internet Explorer. I have

    SANDUS

    Hello

    What is the brand and the model number of your computer?

    I suggest you contact the OEM of your computer manufacturing and check.

  • How to find the email address of the printer HP 4500 ethernet to the eprint HP 4.1 android

    I can print from a windows PC 7 for printer 4500 g510g mobile, but I want to do the same thing on android 4.1. I loaded hp House ePrinter, but he asks to load maualy email address of the printer. I do not know how to find this address

    Yes. The HP and Biz app should work with your G510g. You'll need to make sure that she and the Android device you are using are on the same network, but it should work. You can find more information on how to use the home and Biz application below. I will also include the link to the list of printers that it works with.

    HP ePrint Mobile Apps FAQ:
    http://goo.GL/eyDO2

    Supported printers the HP ePrint Mobile App or HP ePrint home & Biz:
    http://goo.GL/sVIG8

Maybe you are looking for