WO2025224902A1 - 作画支援プログラム、作画支援装置、作画支援システム及び作画支援方法 - Google Patents
作画支援プログラム、作画支援装置、作画支援システム及び作画支援方法Info
- Publication number
- WO2025224902A1 WO2025224902A1 PCT/JP2024/016145 JP2024016145W WO2025224902A1 WO 2025224902 A1 WO2025224902 A1 WO 2025224902A1 JP 2024016145 W JP2024016145 W JP 2024016145W WO 2025224902 A1 WO2025224902 A1 WO 2025224902A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- color
- display screen
- colors
- information
- display
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T11/00—Two-dimensional [2D] image generation
- G06T11/40—Filling planar surfaces by adding surface attributes, e.g. adding colours or textures
Definitions
- This disclosure relates to a drawing support program, a drawing support device, a drawing support system, and a drawing support method.
- Programmable displays are known that display the status of devices such as programmable logic controllers (PLCs) and sensors, and accept operations for the devices.
- the display screen displayed on a programmable display contains multiple components as images, such as components that indicate specific functions such as switches and meters, and components that display data such as text.
- the display screen displayed on such a programmable display is created by the user selecting and arranging components and setting the colors of the components on a drawing screen provided by the programmable display's drawing software.
- Patent Document 1 discloses a technology for creating a display screen by setting the colors of components using a pre-prepared color palette.
- This disclosure has been made in light of the above circumstances, and aims to provide a drawing support program, drawing support device, drawing support system, and drawing support method that can generate a color palette that makes color arrangements easier and efficiently draw the display screen of a programmable display.
- the drawing support program includes: Computer, a display control means for displaying a drawing screen for drawing a display screen of the programmable display device on a display device; a display screen information acquisition means for acquiring display screen information defining the display screen; a color information acquiring means for acquiring color information indicating colors of components included as images on the display screen from the display screen information acquired by the display screen information acquiring means; a generation unit that acquires a specified number of colors by clustering the colors indicated by the color information acquired by the color information acquisition unit, and generates a color palette consisting of the acquired colors;
- the display control means displays the color palette generated by the generation means on the drawing screen.
- This disclosure provides a drawing support program, drawing support device, drawing support system, and drawing support method that can generate a color palette that facilitates color arrangement and efficiently draw the display screen of a programmable display.
- FIG. 1 is a diagram showing the functional configuration of a drawing support system according to an embodiment
- FIG. 1 is a block diagram showing a hardware configuration of a drawing support device according to an embodiment
- FIG. 10 is a diagram showing an example of a display screen in a drawing screen according to an embodiment
- FIG. 10 is a diagram showing an example of color information according to an embodiment
- FIG. 10 is a diagram showing an example of color palette information according to an embodiment
- FIG. 10 is a diagram showing an example of additional color palette information according to an embodiment
- FIG. 10 is a diagram showing an example of an additional color palette according to an embodiment
- FIG. 10 is a diagram showing an example of a display screen in a drawing screen according to an embodiment
- a drawing support system 1 includes a drawing support device 100 and a programmable display device 200.
- the drawing support device 100 is communicably connected to the programmable display device 200 via a wired or wireless communication network (not shown).
- the drawing support device 100 is a device installed with drawing software for drawing the display screen of the programmable display device.
- the drawing software edits project data including display screen information that defines the display screen of the programmable display device 200, system setting information, etc.
- project data is created that includes display screen information that defines the drawn display screen.
- the drawing support device 100 transfers the project data and firmware that runs on the programmable display device 200 to the programmable display device 200, the programmable display device 200 becomes able to display the display screen drawn by the user.
- the drawing support device 100 In addition to the color palettes prepared in advance in the drawing software (hereinafter referred to as “preset color palettes”), the drawing support device 100 also has the function of generating additional color palettes (hereinafter referred to as “additional color palettes”) from any display screen selected by the user.
- additional color palettes additional color palettes
- the programmable display device 200 is a device that displays information about the status of external devices connected to the programmable display device 200, accepts specified operations, and controls the external devices in accordance with the accepted operations.
- the programmable display device 200 displays a display screen created by the drawing support device 100.
- the drawing support device 100 in Figure 1 has the hardware configuration shown in Figure 2.
- the drawing support device 100 has a processor 11 that executes various processes, a main memory unit 12 that is used as a work area for the processor 11, an auxiliary memory unit 13 that stores various data used in the processing of the processor 11, a communication unit 14 for communicating with external devices, and an input/output interface 15 for connecting external devices.
- the main memory unit 12, auxiliary memory unit 13, communication unit 14, and input/output interface 15 are all connected to the processor 11 via a bus 16.
- the processor 11 includes a CPU (Central Processing Unit).
- the processor 11 executes programs stored in the auxiliary storage unit 13 to realize various functions of the drawing support device 100.
- the main memory unit 12 includes RAM (Random Access Memory). Programs are loaded into the main memory unit 12 from the auxiliary memory unit 13.
- the main memory unit 12 is used as a working area for the processor 11.
- Auxiliary storage unit 13 includes non-volatile memory such as an EEPROM (Electrically Erasable Programmable Read-Only Memory). In addition to programs, auxiliary storage unit 13 stores various data used in processing by processor 11. In accordance with instructions from processor 11, auxiliary storage unit 13 supplies processor 11 with data used by processor 11, and stores data supplied from processor 11.
- EEPROM Electrically Erasable Programmable Read-Only Memory
- the communication unit 14 includes a network interface circuit for communicating with external devices.
- the communication unit 14 receives signals from external devices and outputs data indicated by these signals to the processor 11.
- the communication unit 14 also transmits signals indicating data output from the processor 11 to the external device.
- the input/output interface 15 is an interface for connecting external devices, and includes interfaces with serial ports and USB (Universal Serial Bus) ports.
- External devices are, for example, input devices such as input keys, display devices such as displays, and output devices including speakers.
- the input/output interface 15 receives signals from external devices and outputs data represented by these signals to the processor 11.
- the input/output interface 15 also transmits signals representing data output from the processor 11 to the external devices.
- the drawing support device 100 comprises a display control unit 101 that causes a display device to display a drawing screen for drawing a display screen, a storage unit 102 that stores information on preset color palettes and additional color palettes, a display screen information acquisition unit 103 that acquires display screen information, a color information acquisition unit 104 that acquires color information, a generation unit 105 that generates additional color palettes, and a conversion unit 106 that converts the colors of components.
- a display control unit 101 that causes a display device to display a drawing screen for drawing a display screen
- a storage unit 102 that stores information on preset color palettes and additional color palettes
- a display screen information acquisition unit 103 that acquires display screen information
- a color information acquisition unit 104 that acquires color information
- a generation unit 105 that generates additional color palettes
- a conversion unit 106 that converts the colors of components.
- the display control unit 101 causes the display device to display a drawing screen for drawing the display screen of the programmable display device 200.
- the display control unit 101 causes the display device to display the drawing screen based on display screen information 1021 stored in the memory unit 102.
- the display control unit 101 is realized by the processor 11 and the input/output interface 15.
- the display control unit 101 is an example of a display control means.
- Figure 3 shows an example of a drawing screen.
- the drawing screen 300 includes a display screen 400 for the image being drawn, and a window 310 containing a preset color palette 311 used for drawing.
- the display control unit 101 when the display control unit 101 receives information indicating that an operation to start creating a display screen has been performed, it references the display screen information 1021 stored in the storage unit 102 and displays the drawing screen 300 in Figure 3 on a display external to the drawing support device 100.
- the storage unit 102 stores display screen information 1021 that defines the display screen, color information 1022 that indicates the colors of components included as images on the display screen, and color palette information 1023 that indicates the color palette used for drawing.
- the storage unit 102 is realized by the auxiliary storage unit 13.
- Display screen information 1021 is information that defines the display screen displayed on the programmable display device 200.
- Display screen information 1021 includes identification information for identifying the drawn display screen (hereinafter referred to as the "display screen ID"), attribute information indicating the attributes of the display screen, identification information for identifying components included in the display screen (hereinafter referred to as the "component ID"), and attribute information indicating the attributes of the components.
- Display screen attribute information and component attribute information include various information that can be set for the display screen and components using the drawing software.
- display screen attribute information is information indicating the type of background image and the color of the background image.
- component attribute information is information indicating the type of component, the color of the component itself, and the color of text displayed on the component.
- Components include, for example, components that indicate specific functions such as switches and meters, and components that indicate data such as text and graphs.
- Display screen information 1021 is acquired by the display screen information acquisition unit 103 and updated in response to user operations on the drawing screen.
- Color information 1022 is information that indicates the color of a component included as an image on the display screen.
- Color information 1022 is acquired from display screen information 1021 by color information acquisition unit 104 and associated with the display screen ID.
- Color information 1022 is also used by generation unit 105 to generate an additional color palette.
- Color information 1022 includes, in association with each other, information on the number of times a part is used on the display screen, information on the part's color expressed by RGB values, information identifying the part, information indicating the target of the colored part, and information on the part's state.
- Information indicating the target of the colored part is information indicating the target of the part to which the color is applied, such as the part itself, the text displayed on the part, or the background of the part.
- Color information 1022 in Figure 4 is assumed to be associated with display screen 400 (display screen ID "1") in Figure 3.
- the record in the first row of color information 1022 in Figure 4 indicates that the RGB values of the color with a usage count of "3 times" are "255, 255, 0,” indicating that this color is used by part "Switch 3," the target for which this color is used is the "shape color,” and that this color is displayed when the part is in the "OFF” state.
- the information identifying the part may also be the part ID.
- Color palette information 1023 includes information on preset color palettes and information on additional color palettes generated by the generation unit 105.
- Color palette information 1023 includes preset color palette information 1023-1 and additional color palette information 1023-2.
- Preset color palette information 1023-1 includes information on the N colors included in the preset color palette.
- Figure 6 shows an example of additional color palette information 1023-2.
- Additional color palette information 1023-2 includes a display screen ID 1023-21 of the display screen used to generate the additional color palette, information 1023-22 on the number of colors specified by the user of the drawing software, and information on four types of additional color palettes described below: color palette information 1023-23 of colors obtained from the colors used on the display screen, hue change color palette information 1023-24, saturation change color palette information 1023-25, and lightness change color palette information 1023-26.
- the display screen information acquisition unit 103 acquires display screen information that defines the display screen.
- the display screen information acquisition unit 103 is realized by the processor 11, the communication unit 14, and the input/output interface 15.
- the display screen information acquisition unit 103 is an example of a display screen information acquisition means.
- the display screen information acquisition unit 103 displays a dialog on the drawing screen 300 for selecting a display screen to be referenced when generating an additional color palette. Let's assume that the user selects the display screen 400 (display screen ID "1") in Figure 3 that is currently being drawn in the dialog.
- the display screen information acquisition unit 103 acquires, from the storage unit 102, display screen information 1021 that defines the display screen 400 with display screen ID "1.”
- the display screen information acquisition unit 103 may acquire display screen information from a programmable display device 200 that is communicatively connected to the drawing support device 100.
- the display screen information acquisition unit 103 communicates with the programmable display device 200 based on a user operation.
- the display screen information acquisition unit 103 acquires display screen information defining the display screen with display screen ID "2" and stores the acquired display screen information in the storage unit 102.
- the color information acquisition unit 104 acquires color information indicating the colors of components included as images on the display screen from the display screen information acquired by the display screen information acquisition unit 103.
- the color information acquisition unit 104 is realized by the processor 11.
- the color information acquisition unit 104 is an example of a color information acquisition means.
- the color information acquisition unit 104 acquires color information 1022 from the display screen information 1021 with display screen ID "1." Specifically, the color information acquisition unit 104 references the attribute information of the parts in the display screen information 1021 with display screen ID "1" and acquires information associated with all parts included in the display screen 400 with display screen ID "1," such as the color of the part itself, the color of the text displayed on the part, and the color of the part's background. Therefore, if colors are set for multiple objects for a single part, the color information acquisition unit 104 acquires information about all of those colors.
- the color information acquisition unit 104 then counts the colors used for combinations of information identifying the part, information indicating the object of the colored part, and information about the part's status, calculates the number of times they have been used, and acquires the color information 1022 in Figure 4 for the display screen 400 with display screen ID "1." Note that if a used color has a saturation of "0," i.e., white or black, the color information acquisition unit 104 does not include it in the color information.
- the generation unit 105 generates four additional color palettes based on the color information acquired by the color information acquisition unit 104.
- the generation unit 105 is realized by the processor 11 and the input/output interface 15.
- the generation unit 105 is an example of a generation means.
- the four additional color palettes are a color palette made up of colors obtained from the colors used on the display screen, and a color palette generated by changing the hue, saturation, and brightness of the reference colors described below.
- the four additional color palettes will be referred to as the color palette made up of colors obtained from the colors used on the display screen, the color palette with hue changes, the color palette with saturation changes, and the color palette with brightness changes.
- the generation unit 105 accepts a user specification of the number of colors to be included in the additional color palette.
- the generation unit 105 displays a dialog on the drawing screen to specify the number of colors to be included in the additional color palette to be generated from the display screen 400 with display screen ID "1."
- the generation unit 105 stores information 1023-22 for the specified number of colors in additional color palette information 1023-2 in the storage unit 102. Note that, since the programmable display device 200 is often intended for the operation or status confirmation of a control device, the number of colors does not need to be large, and it is preferable to limit it to around 4 to 7 colors.
- the generation unit 105 acquires a specified number of colors by clustering the colors indicated by the color information acquired by the color information acquisition unit 104, and generates a color palette consisting of the colors indicated by the acquired colors.
- the generation unit 105 clusters the colors indicated by the color information acquired by the color information acquisition unit 104 into a cluster of two colors with the smallest color difference, merges the two colors with the smallest color difference, and repeats the clustering and merging process until the number of colors after merging reaches the specified number, thereby acquiring the specified number of colors.
- the generation unit 105 reduces the number of colors until it reaches the specified number of colors X.
- the generation unit 105 calculates the color difference D, for example, according to the formula shown in Equation 1.
- R i , G i , and B i in Equation 1 are the R value, G value, and B value of color i (i is 1 or more and L or less).
- the generation unit 105 clusters the L colors indicated in the color information 1022 of the display screen ID "1" into two colors with the smallest color difference D, and integrates the two colors with the smallest color difference D.
- the generation unit 105 integrates the two colors with the smallest color difference D by generating a color having new RGB values using the formula in Equation 2.
- C i in Equation 2 is the number of times color i is used on the display screen of the display screen information acquired by the display screen information acquisition unit 103.
- the generation unit 105 repeats the process of clustering the two colors with the smallest color difference D into clusters and merging the colors with the smallest color difference D until the number of colors after integration reaches the specified number of colors X.
- the generation unit 105 then generates an additional color palette consisting of the integrated colors of number X, and stores information about the generated additional color palette in the storage unit 102 as information 1023-23 about the color palette of the colors obtained from the colors used on the display screen.
- the generation unit 105 generates an additional color palette consisting of the colors indicated in the color information 1022 for display screen ID "1" and stores the information of the generated additional color palette in the storage unit 102 as information 1023-23 of the color palette of colors obtained from the colors used by the display screen.
- the generation unit 105 uses the most frequently used color or a specified color as the base color on the display screen, among the colors indicated by the color information acquired by the color information acquisition unit 104, and further generates a color palette composed of colors obtained by varying the hue, saturation, or brightness of the base color.
- the generation unit 105 references the color information 1022 for display screen ID "1" stored in the storage unit 102, identifies the color (RGB values: 255, 255, 0) with a usage count of "3" as the most frequently used color, and sets the identified color as the reference color.
- the generation unit 105 converts the reference color (RGB values: 255, 255, 0) into an HSV value.
- the generation unit 105 registers the converted HSV value as reference color information for the hue change color palette.
- the generation unit 105 also registers the converted HSV value as reference color information for the saturation change color palette and the lightness change color palette. Note that if the saturation of the most frequently used color is within 5% of the minimum selectable value, it is not suitable as a reference color, and so the color with the second most frequently used color is selected.
- the generation unit 105 generates a color palette consisting of colors with hues that are different from base colors, based on predetermined color scheme rules.
- the predetermined color scheme rules are color scheme rules based on color scheme theory using the color wheel in HSV space.
- Color scheme rules based on color scheme theory are triad color schemes and tetrad color schemes, and when colors are arranged using these two color scheme rules, a color scheme that gives a clear impression can be created.
- the generation unit 105 generates a color palette with varying hues based on color scheme rules using the color wheel in HSV space.
- the base color and the colors at +120° and -120° from the base color on the hue wheel are selected as three colors that give a distinct impression. Therefore, the generation unit 105 registers the colors at +120° and -120° from the base color on the hue wheel as colors HTr1 and HTr2 in the hue change color palette information 1023-24 in Figure 6.
- the base color and the colors at +90°, +180°, and -90° from the base color on the hue wheel are selected as four colors that give a distinct impression. Therefore, the generation unit 105 registers the colors at +90°, +180°, and -90° from the base color on the hue wheel as colors HTe1, HTe2, and HTe3 in the hue change color palette information 1023-24 in Figure 6.
- colors whose hue is shifted by ⁇ 85 from the reference color correspond to colors that are +120° and -120° from the reference color.
- colors whose hue is shifted by ⁇ 64 and +128 from the reference color correspond to colors that are +90°, +180°, and -90° from the reference color.
- the saturation and lightness of colors HTr1, HTr2, HTe1, HTe2, and HTe3 are the same as the reference color.
- the generation unit 105 divides the number of saturation levels that can be set in the drawing software by the specified number of colors X to find an increase/decrease value, and adds or subtracts the found increase/decrease value to the reference color.
- the generation unit 105 registers the color indicated by the value obtained by addition or subtraction as color S1 to color S(X-1) in the saturation change color palette information 1023-25 of FIG. 6.
- the generation unit 105 also divides the lightness range that can be set in the drawing software by the specified number of colors X to find an increase/decrease value, and adds or subtracts the found increase/decrease value to the reference color.
- the generation unit 105 registers the color indicated by the value obtained by addition or subtraction as color V1 to color V(X-1) in the lightness change color palette information 1023-26 of FIG. 6.
- saturation can be set in 256 steps from 0 to 255, and if the specified number of colors X is "4," the increase/decrease value is "64.” If the saturation of the base color is "100,” then "36,” “164,” and “228” correspond to the values obtained by adding or subtracting the increase/decrease value to the base color. Note that the hue and lightness of colors S1 to S(X-1) are the same as the base color, and the hue and saturation of colors V1 to V(X-1) are the same as the base color.
- the specified number of colors X is an even number and the saturation or lightness of the reference color is equal to or greater than half the number of levels that can be set in the drawing software, X/2 values will be found on the lower saturation or lightness side than the reference color, and X/2-1 values will be found on the higher saturation or lightness side.
- the drawing software allows saturation to be set in 256 levels
- the specified number of colors X is "6”
- the saturation of the reference color is "128”
- the increase/decrease value is "42”
- the values obtained by adding or subtracting the increase/decrease value to the reference color will be "2", "44", "86", "128", “170”, and "212".
- the user may change the number of colors X and reset the colors included in the saturation change color palette information 1023-25 or the brightness change color palette information 1023-26.
- the display control unit 101 displays the color palette generated by the generation unit 105 on the drawing screen.
- Color palette 312 in Figure 7 is a color palette composed of colors included in color palette information 1023-23 of colors obtained from the colors used on the display screen
- color palette 313 is a color palette composed of colors included in color palette information 1023-24 of hue change
- color palette 314 is a color palette composed of colors included in color palette information 1023-25 of saturation change
- color palette 315 is a color palette composed of colors included in color palette information 1023-26 of lightness change.
- These color palettes include reference colors 316.
- Figure 8 shows an example of an additional color palette generated by the generation unit 105 displayed on the drawing screen 300.
- Window 310 in Figure 8 displays color palette 312 and a field 317 for specifying the number of colors.
- the user can display other color palettes by selecting a tab in window 310.
- the user can also change the number of colors included in color palettes 312, 314, and 315 by entering a value in field 317.
- color palette 313, which is composed of colors included in hue-changing color palette information 1023-24, has a fixed number of colors at "6.”
- the user can change the color attributes of components displayed on the drawing screen 300, just like with preset color palettes.
- the display control unit 101 displays on the drawing screen a list of components included in the display screen defined by the display screen information, which are set to colors included in the color palette generated by the generation unit 105.
- the display control unit 101 displays on the drawing screen 300 a list of parts prepared in advance in the drawing software that use colors included in the color palettes 312, 313, 314, and 315.
- the display control unit 101 highlights parts that use colors included in the color palettes 312, 313, 314, and 315.
- the conversion unit 106 converts the colors of components included in the drawing screen into the closest colors included in the color palette generated by the generation unit 105.
- the conversion unit 106 is realized by the processor 11 and the input/output interface 15.
- the conversion unit 106 is an example of a conversion means.
- the conversion unit 106 displays a first dialog on the drawing screen for batch conversion of the colors of components included in the display screen being drawn.
- a second dialog is then displayed for selecting the display screen to be referenced during batch conversion.
- the display screen referenced during batch conversion is referred to as the "reference display screen.”
- the generation unit 105 When the user selects a reference display screen from the display screens in the display screen information 1021 stored in the memory unit 102 in the second dialog, the generation unit 105 generates four types of additional color palettes from the display screen information 1021 of the reference display screen, namely, a color palette of colors obtained from the colors used on the display screen, a color palette of hue changes, a color palette of saturation changes, and a color palette of lightness changes. If four types of additional color palettes have already been generated for the reference display screen, generation is omitted.
- the conversion unit 106 displays the four types of additional color palettes generated for the reference display screen on the drawing screen, and when the user selects one of the additional color palettes, calculates the color difference between the color of the component included in the display screen being drawn and the color included in the selected additional color palette. The conversion unit 106 then changes the color of the component included in the display screen being drawn to the closest color included in the selected additional color palette. The conversion unit 106 changes all components included in the display screen being drawn to the closest color included in the additional color palette. This makes it possible to convert all components on the display screen being drawn to colors similar to those of the components on the reference display screen. Note that the reference display screen may be the display screen being drawn. In this case, it is possible to change all components on the display screen being drawn to colors included in the additional color palette generated for the display screen being drawn.
- the programmable display device 200 comprises a display unit 201 that displays the display screen, a memory unit 202 that stores information transmitted from the drawing support device 100, and a display screen information acquisition unit 203 that acquires display screen information.
- the display unit 201 displays the display screen created by the drawing support device 100.
- the display unit 201 displays a display screen on the screen of the programmable display device 200 based on the display screen information stored in the memory unit 202.
- the memory unit 202 stores information sent from the drawing support device 100.
- the memory unit 202 stores project data including display screen information transmitted from the drawing support device 100, and firmware that runs on the programmable display device 200.
- the display screen information acquisition unit 203 acquires display screen information in response to a request from the drawing support device 100.
- the display screen information acquisition unit 203 receives a request to acquire display screen information for display screen ID "2" from the drawing support device 100, it acquires the display screen information for display screen ID "2" stored in the storage unit 202 and transmits the acquired display screen information to the drawing support device 100 as a response.
- the drawing support processing executed by the drawing support device 100 according to this embodiment will be described using the flowchart in Figure 9.
- the drawing support processing in Figure 9 is executed, for example, when the drawing support device 100 receives information indicating an operation to instruct the generation of an additional color palette.
- the display screen information acquisition unit 103 accepts the selection of the display screen to be referenced when generating an additional color palette (step S101).
- the display screen information acquisition unit 103 displays a dialog on the drawing screen 300 for selecting a display screen to be referenced when generating an additional color palette, and accepts the user's selection of the display screen 400 (display screen ID "1") in Figure 3 that is currently being drawn.
- the display screen information acquisition unit 103 acquires the display screen information of the selected display screen (step S102).
- the display screen information acquisition unit 103 acquires display screen information 1021 that defines the display screen 400 with display screen ID "1" from the storage unit 102.
- the color information acquisition unit 104 acquires color information indicating the colors of components included as images on the display screen from the display screen information acquired by the display screen information acquisition unit 103 (step S103).
- the color information acquisition unit 104 acquires the color information 1022 in Figure 4 from the display screen information 1021 with the display screen ID "1."
- the generation unit 105 accepts a user specification of the number of colors to be included in the additional color palette (step S104).
- the generation unit 105 displays a dialog on the drawing screen 300 to specify the number of colors to be included in the additional color palette to be generated from the display screen 400 with display screen ID "1."
- the generation unit 105 generates a color palette of colors obtained from the colors used on the display screen (step S105).
- the generation unit 105 finds the color difference D of the color indicated in the color information 1022 for display screen ID "1," clusters the colors into the two colors with the smallest color difference D, and combines the two colors with the smallest color difference D to generate a color with new RGB values. The generation unit 105 then repeats combining the colors with the smallest color difference until the number of colors after combination reaches the specified number of colors X, and generates a color palette consisting of the combined colors of number X as a color palette consisting of colors obtained from the colors used on the display screen.
- the generation unit 105 generates a color palette with hue changes, a color palette with saturation changes, and a color palette with brightness changes (step S106).
- the generation unit 105 generates a color palette with a hue change in which the hue is changed from a reference color based on the coloring rules of triad color schemes and tetrad color schemes.
- the generation unit 105 also generates a color palette with a saturation change and a color palette with a lightness change based on the reference color and a specified number of colors X.
- the generation unit 105 determines whether or not a registration instruction has been issued for the generated additional color palette (step S107). If the generation unit 105 determines that a registration instruction has been issued for the generated additional color palette (step S107; YES), it stores information about the generated additional color palette in the storage unit 102 (step S108). The drawing support process in FIG. 9 then ends. On the other hand, if the generation unit 105 determines that a registration instruction has not been issued for the generated additional color palette (step S107; NO), it returns to step S104.
- the generation unit 105 stores the color palette information generated in step S105 in the memory unit 102 as color palette information 1023-23 of the colors obtained from the colors used on the display screen, and stores the color palette information generated in step S106 in the memory unit 102 as color palette information 1023-24 for hue changes, color palette information 1023-25 for saturation changes, and color palette information 1023-26 for lightness changes.
- an additional color palette containing a specified number of colors is generated based on the color information of components included on the display screen of a programmable display.
- a color palette with a specified number of colors i.e., a limited number of colors
- users can reduce drawing time.
- a color palette composed of colors similar to those used on the display screen from which the color information was obtained is generated, it is easy to create a screen with a similar atmosphere to the display screen from which the color information was obtained.
- the display screen obtained from a programmable display has component colors arranged with legibility in mind, a color palette generated based on the color information of components included on such a display screen contains colors that take legibility into consideration. Therefore, it is easy to create a display screen with high visibility.
- a color palette is generated based on predetermined color scheme rules.
- predetermined color scheme rules such as triad and tetrad color schemes
- a list of components set with colors included in the generated additional color palette is displayed on the screen. This makes it easy to check the color scheme for the components, allowing for efficient color schemes for components placed on the display screen.
- the colors of components included in the display screen being drawn can be converted all at once to the colors closest to those included in the generated additional color palette. This saves the effort of coloring components and shortens drawing time.
- the drawing support system 1 includes one programmable display device 200, but there may be multiple programmable displays 200 communicably connected to the drawing support device 100. Therefore, the display screen information acquisition unit 103 may acquire display screen information from multiple programmable displays 200.
- the generation unit 105 generated a color palette of colors obtained from the colors used on the display screen by clustering the colors into the two colors with the smallest color difference D and merging the two colors with the smallest color difference D.
- other methods may be used to generate a color palette of colors obtained from the colors used on the display screen.
- the generation unit 105 may treat the colors indicated by the color information as three-dimensional vectors with RGB values and obtain clusters of a specified number of colors using a known clustering method such as the k-means method.
- the generation unit 105 may then generate an additional color palette consisting of colors indicated by the mean, median, mode, or center of gravity of each cluster as a color palette of colors obtained from the colors used on the display screen.
- the display control unit 101 is implemented by the processor 11 and the input/output interface 15, and the display control unit 101 causes the display device to display a drawing screen for drawing the display screen to be displayed on the programmable display device 200, but this is not limited to this.
- the display control unit 101 may also be implemented by the processor 11 and the display device, and display the drawing screen. Therefore, the drawing support device 100 may have a hardware configuration that includes a display device such as a monitor.
- the display control unit 101, color information acquisition unit 104, generation unit 105, and conversion unit 106 are implemented by the processor 11 and input/output interface 15, but this is not limited to this.
- the display control unit 101, color information acquisition unit 104, generation unit 105, and conversion unit 106 may be implemented by the processor 11 and an input device, and may accept operations from the user.
- the display screen information acquisition unit 103 is implemented by the processor 11, communication unit 14, and input/output interface 15, but this is not limited to this.
- the display screen information acquisition unit 103 may be implemented by the processor 11, communication unit 14, and input device, and may accept operations from the user. Therefore, the drawing assistance device 100 may have a hardware configuration that includes an input device such as an input key.
- the method of distribution of such programs is arbitrary; for example, they may be stored on a computer-readable recording medium such as a CD-ROM (Compact Disk Read-Only Memory), a DVD (Digital Versatile Disk), or a memory card and distributed, or they may be distributed via a communications network such as the Internet.
- a computer-readable recording medium such as a CD-ROM (Compact Disk Read-Only Memory), a DVD (Digital Versatile Disk), or a memory card and distributed, or they may be distributed via a communications network such as the Internet.
- This disclosure provides a drawing support program, drawing support device, drawing support system, and drawing support method that can generate a color palette that facilitates color arrangement and efficiently draw the display screen of a programmable display.
- Drawing support system 11. Processor, 12. Main memory unit, 13. Auxiliary memory unit, 14. Communication unit, 15. Input/output interface, 16. Bus, 100.
- Drawing support device 101.
- Display control unit 102, 202.
- Memory unit 103, 203.
- Display screen information acquisition unit 104.
- Color information acquisition unit 105.
- Generation unit 106.
- Conversion unit 200.
- Programmable display 201.
- Display unit 300.
- Drawing screen 310. Window, 311. Preset color palette, 312-315. Color palette, 316. Reference color, 317. Column, 400.
- Display screen 1021. Display screen information, 1022. Color information, 1023. Color palette information.
Landscapes
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Controls And Circuits For Display Device (AREA)
Abstract
作画支援プログラムは、コンピュータを、プログラマブル表示器(200)の表示画面を作画するための作画画面を表示装置に表示させる表示制御部(101)、表示画面を定義する表示画面情報を取得する表示画面情報取得部(103)、表示画面情報取得部(103)により取得された表示画面情報から、表示画面に画像として含まれる部品の色を示す色情報を取得する色情報取得部(104)、色情報取得部(104)により取得された色情報が示す色をクラスタリングすることにより、指定された色数の色を取得し、取得した色から構成されるカラーパレットを生成する生成部(105)、として機能させ、表示制御部(101)は、作画画面において生成部(105)により生成されたカラーパレットを表示させる。
Description
本開示は、作画支援プログラム、作画支援装置、作画支援システム及び作画支援方法に関する。
プログラマブルロジックコントローラ(Programmable Logic Controller:PLC)、センサ等の装置の状態を表示し、装置に対する操作を受け付けるプログラマブル表示器が知られている。プログラマブル表示器に表示される表示画面には、スイッチ、メータのような特定の機能を示す部品、テキストのようなデータを表示する部品等、複数の部品が画像として含まれる。このようなプログラマブル表示器に表示される表示画面は、ユーザが、プログラマブル表示器の作画ソフトにより提供される作画画面において、部品を選択、配置したり、部品の色を設定したりすることにより作画される。例えば、特許文献1には、予め用意されたカラーパレットを用いて部品の色を設定して表示画面を作成する技術が開示されている。
上記のような作画ソフトに予め用意されたカラーパレットを用いる場合、多数の色の候補の中から、多数の部品について、色を選択し、設定をしなければならない。そのようなカラーパレットを使用して、多数の部品についての配色を検討しながら表示画面を作成しようとすると、作業時間の増加に繋がるという問題があった。
本開示は、上記事情に鑑みてなされたものであり、配色を容易にするカラーパレットを生成して、プログラマブル表示器の表示画面を効率的に作画することが可能な作画支援プログラム、作画支援装置、作画支援システム及び作画支援方法を提供することを目的とする。
上記目的を達成するために、本開示に係る作画支援プログラムは、
コンピュータを、
プログラマブル表示器の表示画面を作画するための作画画面を表示装置に表示させる表示制御手段、
前記表示画面を定義する表示画面情報を取得する表示画面情報取得手段、
前記表示画面情報取得手段により取得された表示画面情報から、前記表示画面に画像として含まれる部品の色を示す色情報を取得する色情報取得手段、
前記色情報取得手段により取得された色情報が示す色をクラスタリングすることにより、指定された色数の色を取得し、取得した色から構成されるカラーパレットを生成する生成手段、として機能させ、
前記表示制御手段は、前記作画画面において前記生成手段により生成されたカラーパレットを表示させる。
コンピュータを、
プログラマブル表示器の表示画面を作画するための作画画面を表示装置に表示させる表示制御手段、
前記表示画面を定義する表示画面情報を取得する表示画面情報取得手段、
前記表示画面情報取得手段により取得された表示画面情報から、前記表示画面に画像として含まれる部品の色を示す色情報を取得する色情報取得手段、
前記色情報取得手段により取得された色情報が示す色をクラスタリングすることにより、指定された色数の色を取得し、取得した色から構成されるカラーパレットを生成する生成手段、として機能させ、
前記表示制御手段は、前記作画画面において前記生成手段により生成されたカラーパレットを表示させる。
本開示によれば、配色を容易にするカラーパレットを生成して、プログラマブル表示器の表示画面を効率的に作画することが可能な作画支援プログラム、作画支援装置、作画支援システム及び作画支援方法を提供することができる。
(実施形態)
実施形態に係る作画支援システム1は、図1に示すように、作画支援装置100と、プログラマブル表示器200と、を含む。作画支援装置100は、図示しない有線又は無線の通信ネットワークを介して、プログラマブル表示器200と通信可能に接続する。
実施形態に係る作画支援システム1は、図1に示すように、作画支援装置100と、プログラマブル表示器200と、を含む。作画支援装置100は、図示しない有線又は無線の通信ネットワークを介して、プログラマブル表示器200と通信可能に接続する。
作画支援装置100は、プログラマブル表示器の表示画面を作画するための作画ソフトがインストールされた装置である。作画ソフトは、プログラマブル表示器200の表示画面を定義する表示画面情報、システム設定情報等を含むプロジェクトデータを編集するものである。ユーザが、作画ソフトにより提供される作画画面において、部品の選択、配置、設定等を行うことにより、表示画面を作画すると、作画された表示画面を定義する表示画面情報が含まれたプロジェクトデータが作成される。そして、作画支援装置100が、プロジェクトデータと、プログラマブル表示器200において動作するファームウェアとをプログラマブル表示器200に転送すると、プログラマブル表示器200は、ユーザにより作画された表示画面を表示することが可能となる。
また、作画支援装置100は、予め作画ソフトにおいて用意されたカラーパレット(以下、「プリセットカラーパレット」という)の他に、ユーザが選択した任意の表示画面から追加のカラーパレット(以下、「追加カラーパレット」という)を生成する機能を有する。
プログラマブル表示器200は、プログラマブル表示器200に接続される外部機器の状態についての情報を表示したり、所定の操作を受け付け、受け付けた操作に従って外部機器を制御する装置である。プログラマブル表示器200は、作画支援装置100により作画された表示画面を表示する。
図1の作画支援装置100は、図2に示すハードウェア構成を有する。
作画支援装置100は、種々の処理を実行するプロセッサ11と、プロセッサ11の作業領域として用いられる主記憶部12と、プロセッサ11の処理に用いられる種々のデータを記憶する補助記憶部13と、外部の装置と通信するための通信部14と、外付け装置を接続するための入出力インタフェース15と、を有する。主記憶部12、補助記憶部13、通信部14及び入出力インタフェース15はいずれも、バス16を介してプロセッサ11に接続される。
プロセッサ11は、CPU(Central Processing Unit)を含む。プロセッサ11は、補助記憶部13に記憶されるプログラムを実行することにより、作画支援装置100の種々の機能を実現する。
主記憶部12は、RAM(Random Access Memory)を含む。主記憶部12には、補助記憶部13からプログラムがロードされる。そして、主記憶部12は、プロセッサ11の作業領域として用いられる。
補助記憶部13は、EEPROM(Electrically Erasable Programmable Read-Only Memory)に代表される不揮発性メモリを含む。補助記憶部13は、プログラムの他に、プロセッサ11の処理に用いられる種々のデータを記憶する。補助記憶部13は、プロセッサ11の指示に従って、プロセッサ11によって利用されるデータをプロセッサ11に供給し、プロセッサ11から供給されたデータを記憶する。
通信部14は、外部の装置と通信するためのネットワークインタフェース回路を含む。通信部14は、外部の装置から信号を受信して、この信号により示されるデータをプロセッサ11へ出力する。また、通信部14は、プロセッサ11から出力されたデータを示す信号を外部の装置へ送信する。
入出力インタフェース15は、外付け装置を接続するためのインタフェースであり、シリアルポート、USB(Universal Serial Bus)ポートを備えるインタフェースを含む。外付け装置とは、例えば、入力キーのような入力装置、ディスプレイのような表示装置及びスピーカを含む出力装置である。入出力インタフェース15は、外付け装置から信号を受信して、この信号により示されるデータをプロセッサ11へ出力する。また、入出力インタフェース15は、プロセッサ11から出力されたデータを示す信号を外付け装置へ送信する。
次に、図1の作画支援装置100の機能について説明する。作画支援装置100は、機能的には、表示画面を作画するための作画画面を表示装置に表示させる表示制御部101と、プリセットカラーパレット及び追加カラーパレットの情報を格納する記憶部102と、表示画面情報を取得する表示画面情報取得部103と、色情報を取得する色情報取得部104と、追加カラーパレットを生成する生成部105と、部品の色を変換する変換部106と、を備える。
表示制御部101は、プログラマブル表示器200の表示画面を作画するための作画画面を表示装置に表示させる。ここで、表示制御部101は、記憶部102に格納された表示画面情報1021に基づき、作画画面を表示装置に表示させる。表示制御部101は、プロセッサ11及び入出力インタフェース15により実現される。なお、表示制御部101は、表示制御手段の一例である。
図3に作画画面の例を示す。作画画面300には、作画中の表示画面400と、作画に用いるプリセットカラーパレット311が含まれるウィンドウ310と、が含まれる。
例えば、表示制御部101は、表示画面の作成開始操作がされたことを示す情報を受け付けると、記憶部102に格納された表示画面情報1021を参照し、図3の作画画面300を作画支援装置100に外付けされたディスプレイに表示させる。
記憶部102には、表示画面を定義する表示画面情報1021と、表示画面に画像として含まれる部品の色を示す色情報1022と、作画に用いられるカラーパレットを示すカラーパレット情報1023と、が格納される。記憶部102は、補助記憶部13により実現される。
表示画面情報1021は、プログラマブル表示器200に表示される表示画面を定義する情報である。表示画面情報1021には、作画された表示画面を識別するための識別情報(以下、「表示画面ID」という)、表示画面の属性を示す属性情報、表示画面に含まれる部品を識別するための識別情報(以下、「部品ID」という)、部品の属性を示す属性情報等が含まれる。表示画面の属性情報及び部品の属性情報には、作画ソフトにおいて表示画面及び部品に設定することができる様々な情報を含む。例えば、表示画面の属性情報は、背景画像の種類、背景画像の色を示す情報である。また、例えば、部品の属性情報は、部品の種類、部品自体の色及び部品に表示する文字列の色を示す情報である。部品には、例えば、スイッチ、メータのような特定の機能を示すもの、テキスト、グラフのようなデータを示すものが含まれる。表示画面情報1021は、表示画面情報取得部103により取得されたり、作画画面におけるユーザの操作に応じて更新されたりする。
色情報1022は、表示画面に画像として含まれる部品の色を示す情報である。色情報1022は、色情報取得部104により、表示画面情報1021から取得され、表示画面IDと対応付けられる。また、色情報1022は、生成部105による追加カラーパレットの生成に用いられる。
図4に色情報1022の例を示す。色情報1022には、表示画面における部品の使用回数の情報と、RGB値により表される部品の色の情報と、部品の特定する情報と、色が付された部品の対象を示す情報と、部品の状態の情報と、が対応付けて含まれる。色が付された部品の対象を示す情報とは、部品自体、部品に表示される文字、部品の背景等、部品において色が付される対象を示す情報である。図4の色情報1022は、図3の表示画面400(表示画面ID“1”)に対応付けられるものとする。図4の色情報1022の1行目のレコードは、使用回数“3回”の色のRGB値は“255,255,0”であり、その色は部品“スイッチ3”で用いられ、その色が用いられている対象は“図形色”であり、その色は部品の状態が“OFF”の時に表示される色であることを示す。なお、部品の特定する情報は、部品IDでもよい。
カラーパレット情報1023は、プリセットカラーパレットの情報と、生成部105により生成される追加カラーパレットの情報とを含む。
図5にカラーパレット情報1023の例を示す。カラーパレット情報1023には、プリセットカラーパレットの情報1023-1と、追加カラーパレットの情報1023-2と、を含む。プリセットカラーパレットの情報1023-1には、プリセットカラーパレットに含まれるN個の色の情報が含まれる。図6に、追加カラーパレットの情報1023-2の例を示す。追加カラーパレットの情報1023-2は、追加カラーパレットの生成に用いられた表示画面の表示画面ID1023-21と、作画ソフトのユーザにより指定された色数の情報1023-22と、後述する4種類の追加カラーパレットの情報、すなわち、表示画面の使用色から取得した色のカラーパレットの情報1023-23、色相変化のカラーパレットの情報1023-24、彩度変化のカラーパレットの情報1023-25及び明度変化のカラーパレットの情報1023-26と、が含まれる。
表示画面情報取得部103は、表示画面を定義する表示画面情報を取得する。表示画面情報取得部103は、プロセッサ11、通信部14及び入出力インタフェース15により実現される。なお、表示画面情報取得部103は、表示画面情報取得手段の一例である。
例えば、表示画面情報取得部103は、作画画面300において、追加のカラーパレットを生成する際に参照される表示画面を選択するためのダイアログを表示する。ユーザが、ダイアログにおいて作画中の図3の表示画面400(表示画面ID“1”)を選択したとする。表示画面情報取得部103は、表示画面ID“1”の表示画面400を定義する表示画面情報1021を、記憶部102から取得する。
ここで、表示画面情報取得部103は、作画支援装置100と通信可能に接続されたプログラマブル表示器200から、表示画面情報を取得してもよい。
例えば、表示画面情報取得部103は、ユーザの操作に基づき、プログラマブル表示器200と通信を行い、ユーザがプログラマブル表示器200で使用されている表示画面ID“2”の表示画面を選択すると、表示画面ID“2”の表示画面を定義する表示画面情報を取得し、取得した表示画面情報を記憶部102に格納する。
色情報取得部104は、表示画面情報取得部103により取得された表示画面情報から、表示画面に画像として含まれる部品の色を示す色情報を取得する。色情報取得部104は、プロセッサ11により実現される。なお、色情報取得部104は、色情報取得手段の一例である。
例えば、色情報取得部104は、表示画面ID“1”の表示画面情報1021から、色情報1022を取得する。具体的には、色情報取得部104は、表示画面ID“1”の表示画面情報1021の部品の属性情報を参照して、表示画面ID“1”の表示画面400に含まれる全ての部品に対応付けられた、部品自体の色、部品に表示される文字の色、部品の背景の色等の情報を取得する。したがって、色情報取得部104は、1つの部品について複数の対象に色が設定されている場合は、それらの色の情報を全て取得する。そして、色情報取得部104は、部品の特定する情報、色が付された部品の対象を示す情報及び部品の状態の情報の組合せについて使用された色をカウントして使用回数を求め、表示画面ID“1”の表示画面400について,図4の色情報1022を取得する。なお、色情報取得部104は、使用された色が、彩度が“0”の色、すなわち、白又は黒の場合は、色情報に含めない。
生成部105は、色情報取得部104により取得された色情報に基づいて、4種類の追加カラーパレットを生成する。生成部105は、プロセッサ11及び入出力インタフェース15により実現される。なお、生成部105は、生成手段の一例である。
4種類の追加カラーパレットとは、表示画面の使用色から取得した色から構成されるカラーパレット、及び、後述する基準色から色相、彩度及び明度のそれぞれを変化させて生成したカラーパレットである。以下、4種類の追加カラーパレットを、表示画面の使用色から取得した色のカラーパレット、色相変化のカラーパレット、彩度変化のカラーパレット及び明度変化のカラーパレット、という。
まず、表示画面の使用色から取得した色のカラーパレットの生成について説明する。
生成部105は、ユーザから追加カラーパレットに含まれる色数の指定を受け付ける。
例えば、生成部105は、表示画面ID“1”の表示画面400から生成する追加カラーパレットに含まれる色数を指定するためダイアログを作画画面に表示させる。ユーザがダイアログにおいて色数を指定すると、生成部105は、指定された色数の情報1023-22を追加カラーパレット情報1023-2に含めて、記憶部102に格納する。なお、プログラマブル表示器200においては、制御装置の操作又は状態の確認を目的とすることが多いため、色の数は多くなくてよく、4~7色程度に抑えるのが好ましい。
生成部105は、色情報取得部104により取得された色情報が示す色をクラスタリングすることにより、指定された色数の色を取得し、取得した色が示す色から構成されるカラーパレットを生成する。
具体的には、生成部105は、色情報取得部104により取得された色情報が示す色を、色差が最も小さい2つの色のクラスタにクラスタリングし、色差が最も小さい2つの色を統合し、統合後の色の色数が指定された色数になるまで、クラスタリング及び統合を繰り返すことにより、指定された色数の色を取得する。
例えば、生成部105は、表示画面ID“1”の色情報1022に示される色の色数Lが、指定された色数Xより多い場合、指定された色数Xになるまで減色する。まず、表示画面ID“1”の色情報1022に示される色について、例えば、数1に示す式に従い、色差Dを求める。数1のRi、Gi、Biは、色i(iは、1以上L以下)のR値、G値、B値である。
(数1)
D = ((Ri-Ri+1)2+(Gi-Gi+1)2+(Bi-Bi+1)2)1/2
D = ((Ri-Ri+1)2+(Gi-Gi+1)2+(Bi-Bi+1)2)1/2
次に、生成部105は、表示画面ID“1”の色情報1022に示されるL個の色を、色差Dの最も小さい2つの色にクラスタリングし、色差Dの最も小さい2つの色を統合する。例えば、生成部105は、数2の式を用いて、新しいRGB値を持つ色を生成することにより、色差Dの最も小さい2つの色を統合する。数2のCiは、表示画面情報取得部103により取得された表示画面情報の表示画面における色iの使用回数である。
(数2)
Ri = (Ri×Ci+Ri-1×C i+1) / (Ci+C i+1)
Gi = (Gi×Ci+Gi-1×C i+1) / (Ci+C i+1)
Bi = (Bi×Ci+Bi-1×C i+1) / (Ci+C i+1)
Ri = (Ri×Ci+Ri-1×C i+1) / (Ci+C i+1)
Gi = (Gi×Ci+Gi-1×C i+1) / (Ci+C i+1)
Bi = (Bi×Ci+Bi-1×C i+1) / (Ci+C i+1)
生成部105は、統合後の色の色数が指定された色数Xになるまで、色差Dが最も小さい2つの色のクラスタにクラスタリングし、色差Dの最も小さい色を統合することを繰り返す。そして、生成部105は、色数Xの統合された色から構成される追加カラーパレットを生成し、生成した追加カラーパレットの情報を、表示画面の使用色から取得した色のカラーパレットの情報1023-23の情報として、記憶部102に格納する。
一方、生成部105は、表示画面ID“1”の色情報1022に示される色の色数Lが、指定された色数X以下の場合、表示画面ID“1”の色情報1022に示される色から構成される追加カラーパレットを生成し、生成した追加カラーパレットの情報を、表示画面の使用色から取得した色のカラーパレットの情報1023-23として、記憶部102に格納する。
次に、色相変化のカラーパレット、彩度変化のカラーパレット及び明度変化のカラーパレットの生成について説明する。
生成部105は、表示画面において、色情報取得部104により取得された色情報が示す色のうち、使用回数が最も多い色、又は、指定された色を基準色とし、基準色から色相、彩度又は明度を変化させた色から構成されるカラーパレットをさらに生成する。
例えば、生成部105は、記憶部102に格納された表示画面ID“1”の色情報1022を参照して、使用回数“3”の色(RGB値:255,255,0)が、使用回数が最も多い色と特定し、特定した色を基準色とする。生成部105は、基準色である色(RGB値:255,255,0)をHSV値に変換する。そして、生成部105は、変換されたHSV値を、色相変化のカラーパレットの基準色の情報として登録する。また、生成部105は、変換されたHSV値を、彩度変化のカラーパレット及び明度変化のカラーパレットの基準色の情報として登録しておく。なお、使用回数が最も多い色の彩度が、選択可能な値の最小値から5%以内の範囲だった場合、基準色として適当でないので、使用回数が2番目に多い色を選択する。
生成部105は、予め定められた配色規則に基づいて、基準色から色相を変化させた色から構成されるカラーパレットを生成する。ここで、予め定められた配色規則とは、HSV空間の色相環を用いた配色理論に基づく配色規則である。配色理論に基づく配色規則とは、トライアド配色及びテトラード配色であり、この2つの配色規則を用いて配色すると、はっきりとした印象を与える配色ができる。生成部105は、HSV空間の色相環を用いた配色規則に基づいて、色相変化のカラーパレットを生成する。
トライアド配色では、色相環において、基準色、基準色から+120°の色及び-120°の色がはっきりとした印象を与える3色として選択される。したがって、生成部105は、色相環において、基準色から+120°の色及び-120°の色を、図6の色相変化のカラーパレットの情報1023-24の色HTr1及び色HTr2として登録する。テトラード配色では、色相環において、基準色、基準色から+90°、+180°及び-90°の色がはっきりとした印象を与える4色として選択される。したがって、生成部105は、色相環において、基準色から+90°、+180°及び-90°の色を、図6の色相変化のカラーパレットの情報1023-24の色HTe1、色HTe2及び色HTe3として登録する。
例えば、作画ソフトにおいて色相を0~255の256段階で設定できる場合、トライアド配色では、基準色から色相を±85ずらした色が、基準色から+120°の色及び-120°の色に該当する。テトラード配色では、基準色から色相を±64及び+128ずらした色が、基準色から+90°、+180°及び-90°の色に該当する。なお、色HTr1、色HTr2、色HTe1、色HTe2及び色HTe3の彩度及び明度は基準色と同一である。
次に、生成部105は、作画ソフトで設定可能な彩度の段階数を、指定された色数Xで割って増減値を求め、求めた増減値を基準色に加算又は減算する。そして、生成部105は、加算又は減算することにより得られた値が示す色を、図6の彩度変化のカラーパレットの情報1023-25の色S1~色S(X-1)として登録する。また、生成部105は、作画ソフトで設定可能な明度の範囲を、指定された色数Xで割って増減値を求め、求めた増減値を基準色に加算又は減算する。そして、生成部105は、加算又は減算により得られた値が示す色を、図6の明度変化のカラーパレットの情報1023-26の色V1~色V(X-1)として登録する。
例えば、作画ソフトにおいて彩度を0~255の256段階で設定でき、指定された色数Xが“4”の場合、増減値は“64”である。基準色の彩度が“100”とすると、“36”、“164”、“228”が、基準色に増減値を加算又は減算することにより得られた値に該当する。なお、色S1~色S(X-1)の色相及び明度は基準色と同一であり、色V1~色V(X-1)の色相及び彩度は基準色と同一である。
なお、指定された色数Xが偶数で、基準色の彩度又は明度が、作画ソフトで設定可能な段階数の半値以上の場合、基準色より彩度又は明度が低い側にX/2個、高い側にX/2-1個の値を求める。例えば、作画ソフトにおいて彩度を256段階で設定でき、指定された色数Xが“6”、基準色の彩度が“128”の場合、増減値“42”とすると、“2”、“44”、“86”“128”、“170”、“212”が、基準色に増減値を加算又は減算することにより得られた値に該当する。
ユーザは、彩度変化のカラーパレットの情報1023-25又は明度変化のカラーパレットの情報1023-26に登録された色が望んでいない構成であれば、色数Xを変更して、彩度変化のカラーパレットの情報1023-25又は明度変化のカラーパレットの情報1023-26に含まれる色を再設定してもよい。
表示制御部101は、作画画面において生成部105により生成されたカラーパレットを表示させる。
図7に、生成部105により生成されたカラーパレットの例を示す。図7のカラーパレット312は、表示画面の使用色から取得した色のカラーパレットの情報1023-23に含まれる色から構成されるカラーパレット、カラーパレット313は、色相変化のカラーパレットの情報1023-24に含まれる色から構成されるカラーパレット、カラーパレット314は、彩度変化のカラーパレットの情報1023-25に含まれる色から構成されるカラーパレット、カラーパレット315は、明度変化のカラーパレットの情報1023-26に含まれる色から構成されるカラーパレットである。これらのカラーパレットは、基準色316が含まれる。
図8に、生成部105により生成された追加カラーパレットが作画画面300に表示される例を示す。図8のウィンドウ310では、カラーパレット312と、色数を指定するための欄317が表示されている。ユーザは、ウィンドウ310においてタブを選択することにより、他のカラーパレットを表示できる。また、ユーザは、欄317に数値を入力することにより、カラーパレット312,314,315に含まれる色の数を変更することができる。なお、色相変化のカラーパレットの情報1023-24に含まれる色から構成されるカラーパレット313は、色の数は“6”で固定である。ユーザは、ウィンドウ310に表示される生成されたカラーパレットに含まれる色を選択することで、プリセットのカラーパレットと同様に、作画画面300に表示された部品の色の属性を変更することができる。
表示制御部101は、表示画面情報により定義された表示画面に含まれる部品のうち、生成部105により生成されたカラーパレットに含まれる色が設定された部品の一覧を、作画画面に表示させる。
例えば、表示制御部101は、作画ソフトに予め用意されている部品のうち、カラーパレット312,313,314,315に含まれる色を使用した部品の一覧を、作画画面300に表示する。或いは、表示制御部101は、作画ソフトに予め用意されている部品の一覧を作画画面300に表示する際に、カラーパレット312,313,314,315に含まれる色を使用した部品を強調表示する。
変換部106は、作画画面に含まれる部品の色を、生成部105により生成されたカラーパレットに含まれる色のうち、最も近い色に一括変換する。変換部106は、プロセッサ11及び入出力インタフェース15により実現される。なお、変換部106は、変換手段の一例である。
例えば、変換部106は、作画画面において、作画中の表示画面に含まれる部品の色を一括変換するための第1ダイアログを表示する。ユーザが、第1ダイアログにおいて、部品の色を一括変換する作画中の表示画面を選択すると、次に、一括変換する際に参照される表示画面を選択するための第2ダイアログを表示する。以下、一括変換する際に参照される表示画面を「参照表示画面」という。ユーザが、第2ダイアログにおいて、記憶部102に格納された表示画面情報1021の表示画面から、参照表示画面を選択すると、生成部105は、参照表示画面の表示画面情報1021から、4種類の追加カラーパレット、すなわち、表示画面の使用色から取得した色のカラーパレット、色相変化のカラーパレット、彩度変化のカラーパレット及び明度変化のカラーパレットを生成する。既に、参照表示画面について4種類の追加カラーパレットが生成されている場合は、生成を省略する。
変換部106は、参照表示画面について生成された4種類の追加カラーパレットを作画画面に表示し、ユーザがいずれかの追加カラーパレットを選択すると、作画中の表示画面に含まれる部品の色と、選択された追加カラーパレットに含まれる色の色差を算出する。そして、変換部106は、作画中の表示画面に含まれる部品の色を、選択された追加カラーパレットに含まれる色のうち最も近い色に変更する。変換部106は、作画中の表示画面に含まれる全ての部品について、追加カラーパレットに含まれる色のうち最も近い色に変更する。これにより、作画中の表示画面の部品を、参照表示画面の部品と同じような色に一括して変換することができる。なお、参照表示画面は、作画中の表示画面であってもよい。この場合、作画中の表示画面に含まれる部品の色を、作画中の表示画面について生成された追加カラーパレットに含まれる色に一括して変更することができる。
次に、図1のプログラマブル表示器200の機能について説明する。プログラマブル表示器200は、機能的には、表示画面を表示する表示部201と、作画支援装置100から送信された情報を格納する記憶部202と、表示画面情報を取得する表示画面情報取得部203と、を備える。
表示部201は、作画支援装置100において作画された表示画面を表示する。
例えば、表示部201は、プログラマブル表示器200の画面に、記憶部202に格納された表示画面情報に基づいて、表示画面を表示する。
記憶部202は、作画支援装置100から送信された情報を格納する。
例えば、記憶部202は、作画支援装置100から送信された、表示画面情報を含むプロジェクトデータと、プログラマブル表示器200において動作するファームウェアと、を格納する。
表示画面情報取得部203は、作画支援装置100からの要求に応じて、表示画面情報を取得する。
例えば、表示画面情報取得部203は、作画支援装置100から、表示画面ID“2”の表示画面情報の取得要求を受け付けると、記憶部202に格納された表示画面ID“2”の表示画面情報を取得し、取得した表示画面情報を作画支援装置100に応答として送信する。
次に、本実施形態に係る作画支援装置100が実行する作画支援処理について、図9のフローチャートを用いて説明する。図9の作画支援処理は、例えば、作画支援装置100が、追加カラーパレットの生成を指示する操作を示す情報を受け付けると、実行される処理である。
表示画面情報取得部103は、追加のカラーパレットを生成する際に参照される表示画面の選択を受け付ける(ステップS101)。
例えば、表示画面情報取得部103は、作画画面300において、追加のカラーパレットを生成する際に参照される表示画面を選択するためのダイアログを表示し、ユーザから作画中の図3の表示画面400(表示画面ID“1”)の選択を受け付ける。
表示画面情報取得部103は、選択された表示画面の表示画面情報を取得する(ステップS102)。
例えば、表示画面情報取得部103は、表示画面ID“1”の表示画面400を定義する表示画面情報1021を、記憶部102から取得する。
色情報取得部104は、表示画面情報取得部103により取得された表示画面情報から、表示画面に画像として含まれる部品の色を示す色情報を取得する(ステップS103)。
例えば、色情報取得部104は、表示画面ID“1”の表示画面情報1021から、図4の色情報1022を取得する。
生成部105は、ユーザから追加カラーパレットに含まれる色数の指定を受け付ける(ステップS104)。
例えば、生成部105は、表示画面ID“1”の表示画面400から生成する追加カラーパレットに含まれる色数を指定するためダイアログを作画画面300に表示させる。
生成部105は、表示画面の使用色から取得した色のカラーパレットを生成する(ステップS105)。
例えば、生成部105は、表示画面ID“1”の色情報1022に示される色の色差Dを求め、色差Dの最も小さい2つの色にクラスタリングし、色差Dの最も小さい2色を統合して、新しいRGB値を持つ色を生成する。そして、生成部105は、統合後の色数が指定された色数Xになるまで、色差の最も小さい色の統合を繰り返し、色数Xの統合された色から構成されるカラーパレットを、表示画面の使用色から取得した色から構成されるカラーパレットとして生成する。
生成部105は、色相変化のカラーパレット、彩度変化のカラーパレット及び明度変化のカラーパレットを生成する(ステップS106)。
例えば、生成部105は、トライアド配色及びテトラード配色の配色規則に基づいて、基準色から色相を変化させた色相変化のカラーパレットを生成する。また、生成部105は、基準色と指定された色数Xとに基づいて、彩度変化のカラーパレット及び明度変化のカラーパレットを生成する。
生成部105は、生成した追加カラーパレットについて登録指示があったか否かを判断する(ステップS107)。生成部105は、生成した追加カラーパレットについて登録指示があったと判断すると(ステップS107;YES)、生成した追加カラーパレットの情報を記憶部102に格納する(ステップS108)。そして、図9の作画支援処理が終了する。一方、生成部105は、生成した追加カラーパレットについて登録指示がないと判断すると(ステップS107;NO)、ステップS104に戻る。
例えば、ユーザが、作画ソフトにおいて生成した追加カラーパレットについて登録指示をすると、生成部105は、ステップS105において生成されたカラーパレットの情報を、表示画面の使用色から取得した色のカラーパレットの情報1023-23の情報として、記憶部102に格納し、ステップS106において生成されたカラーパレットの情報を、色相変化のカラーパレットの情報1023-24、彩度変化のカラーパレットの情報1023-25及び明度変化のカラーパレットの情報1023-26として、記憶部102に格納する。
本実施形態によれば、プログラマブル表示器の表示画面に含まれる部品の色情報に基づいて、指定された色数の色が含まれる追加のカラーパレットを生成する。ユーザは、指定された色数の色、すなわち、限られた色のカラーパレットを用いて作画を行うことにより、作画時間を短縮することができる。また、色情報を取得した表示画面に用いられている色と似たような色から構成されるカラーパレットを生成するので、色情報を取得した表示画面と似たような雰囲気の画面を容易に作画することができる。また、プログラマブル表示器から取得した表示画面は、見やすさを考慮して部品の配色がなされているので、そのような表示画面に含まれる部品の色情報に基づいて生成されたカラーパレットは、見やすさを考慮した色が含まれる。よって、視認性の高い表示画面を容易に作画することができる。
また、本実施形態によれば、予め定められた配色規則に基づいてカラーパレットを生成する。ユーザは、予め定められた配色規則、例えば、トライアド配色及びテトラード配色の配色規則に基づいて生成されたカラーパレットを用いて表示画面の作画を行うことにより、部品がはっきりとして見やすい表示画面を容易に作成することができる。
また、本実施形態によれば、生成された追加カラーパレットに含まれる色が設定された部品の一覧を、画面に表示する。これにより、部品についての配色を容易に確認することができ、表示画面に配置する部品の配色を効率的に行うことができる。
また、本実施形態によれば、生成された追加カラーパレットに含まれる色に最も近い色に、作画中の表示画面に含まれる部品の色を一括変換することができる。これにより、部品の配色作業の手間を省くことができ、作画時間を短縮することができる。
(変形例)
以上、本開示の実施形態を説明したが、本開示を実施するにあたっては、種々の形態による変形及び応用が可能である。
以上、本開示の実施形態を説明したが、本開示を実施するにあたっては、種々の形態による変形及び応用が可能である。
上記実施形態において、作画支援システム1にプログラマブル表示器200が1つ含まれる例を示したが、作画支援装置100と通信可能に接続されるプログラマブル表示器200は複数あってもよい。よって、表示画面情報取得部103は、複数のプログラマブル表示器200から、表示画面情報を取得してもよい。
また、上記実施形態において、生成部105は、色差Dの最も小さい2つの色にクラスタリングし、色差Dの最も小さい2色を統合することにより、表示画面の使用色から取得した色のカラーパレットを生成したが、他の手法を用いて、表示画面の使用色から取得した色のカラーパレットを生成してもよい。例えば、生成部105は、色情報により示される色を、RGB値を持つ3次元ベクトルとみなして、k-means法のような既知のクラスタリング手法を用いて、指定された色数のクラスタを取得する。そして、生成部105は、各クラスタの平均値、中央値、最頻値又は重心により示される色から構成される追加カラーパレットを、表示画面の使用色から取得した色のカラーパレットとして生成してもよい。
また、上記実施形態において、表示制御部101は、プロセッサ11及び入出力インタフェース15により実現され、表示制御部101は、プログラマブル表示器200に表示される表示画面を作画するための作画画面を表示装置に表示させるとしたが、これに限らない。表示制御部101は、プロセッサ11及び表示装置により実現され、作画画面を表示するものであってもよい。したがって、作画支援装置100は、ディスプレイのような表示装置を含むハードウェア構成を有するものであってもよい。
また、上記実施形態において、表示制御部101、色情報取得部104、生成部105及び変換部106は、プロセッサ11及び入出力インタフェース15により実現されるとしたが、これに限らない。表示制御部101、色情報取得部104、生成部105及び変換部106は、プロセッサ11及び入力装置により実現され、ユーザからの操作を受け付けるものであってもよい。また、表示画面情報取得部103は、プロセッサ11、通信部14及び入出力インタフェース15により実現されるとしたが、これに限らない。表示画面情報取得部103は、プロセッサ11、通信部14及び入力装置により実現され、ユーザからの操作を受け付けるものであってもよい。したがって、作画支援装置100は、入力キーのような入力装置を含むハードウェア構成を有するものであってもよい。
また、上記実施形態に係る作画支援装置100の動作を規定する動作プログラムを既存のパーソナルコンピュータ又は情報端末装置に適用することで、当該パーソナルコンピュータ又は情報端末装置を実施形態に係る作画支援装置100として機能させることも可能である。
また、このようなプログラムの配布方法は任意であり、例えば、CD-ROM(Compact Disk Read-Only Memory)、DVD(Digital Versatile Disk)、メモリカード等のコンピュータ読み取り可能な記録媒体に格納して配布してもよいし、インターネットのような通信ネットワークを介して配布してもよい。
本開示は、本開示の広義の精神と範囲を逸脱することなく、様々な実施形態及び変形が可能とされるものである。また、上述した実施形態は、本開示を説明するためのものであり、本開示の範囲を限定するものではない。つまり、本開示の範囲は、実施形態ではなく、請求の範囲によって示される。そして、請求の範囲内及びそれと同等の開示の意義の範囲内で施される様々な変形が、本開示の範囲内とみなされる。
本開示によれば、配色を容易にするカラーパレットを生成して、プログラマブル表示器の表示画面を効率的に作画することが可能な作画支援プログラム、作画支援装置、作画支援システム及び作画支援方法を提供することができる。
1 作画支援システム、11 プロセッサ、12 主記憶部、13 補助記憶部、14 通信部、15 入出力インタフェース、16 バス、100 作画支援装置、101 表示制御部、102,202 記憶部、103,203 表示画面情報取得部、104 色情報取得部、105 生成部、106 変換部、200 プログラマブル表示器、201 表示部、300 作画画面、310 ウィンドウ、311 プリセットカラーパレット、312~315 カラーパレット、316 基準色、317 欄、400 表示画面、1021 表示画面情報、1022 色情報、1023 カラーパレット情報。
Claims (11)
- コンピュータを、
プログラマブル表示器の表示画面を作画するための作画画面を表示装置に表示させる表示制御手段、
前記表示画面を定義する表示画面情報を取得する表示画面情報取得手段、
前記表示画面情報取得手段により取得された表示画面情報から、前記表示画面に画像として含まれる部品の色を示す色情報を取得する色情報取得手段、
前記色情報取得手段により取得された色情報が示す色をクラスタリングすることにより、指定された色数の色を取得し、取得した色から構成されるカラーパレットを生成する生成手段、として機能させ、
前記表示制御手段は、前記作画画面において前記生成手段により生成されたカラーパレットを表示させる、
作画支援プログラム。 - 前記生成手段は、前記色情報取得手段により取得された色情報が示す色を、色差が最も小さい2つの色のクラスタにクラスタリングし、前記色差が最も小さい2つの色を統合し、統合後の色の色数が前記指定された色数になるまで、前記クラスタリング及び統合を繰り返すことにより、前記指定された色数の色を取得する、
請求項1に記載の作画支援プログラム。 - 前記生成手段は、前記表示画面において、前記色情報取得手段により取得された色情報が示す色のうち、使用回数が最も多い色、又は、指定された色を基準色とし、前記基準色から色相、彩度又は明度を変化させた色から構成されるカラーパレットをさらに生成する、
請求項1又は2に記載の作画支援プログラム。 - 前記生成手段は、予め定められた配色規則に基づいて、前記基準色から色相を変化させた色から構成されるカラーパレットを生成する、
請求項3に記載の作画支援プログラム。 - 前記予め定められた配色規則とは、HSV空間の色相環を用いた配色理論に基づく配色規則である、
請求項4に記載の作画支援プログラム。 - 前記表示画面情報取得手段は、前記コンピュータと通信可能に接続されたプログラマブル表示器から、前記表示画面情報を取得する、
請求項1から5のいずれか1項に記載の作画支援プログラム。 - 前記表示制御手段は、前記表示画面情報により定義された表示画面に含まれる部品のうち、前記生成手段により生成されたカラーパレットに含まれる色が設定された部品の一覧を、前記作画画面に表示させる、
請求項1から6のいずれか1項に記載の作画支援プログラム。 - 前記作画画面おける表示画面に含まれる部品の色を、前記生成手段により生成されたカラーパレットに含まれる色のうち、最も近い色に一括変換する変換手段として機能させる、
請求項1から7のいずれか1項に記載の作画支援プログラム。 - プログラマブル表示器の表示画面を作画するための作画画面を表示装置に表示させる表示制御手段と、
前記表示画面を定義する表示画面情報を取得する表示画面情報取得手段と、
前記表示画面情報取得手段により取得された表示画面情報から、前記表示画面に画像として含まれる部品の色を示す色情報を取得する色情報取得手段と、
前記色情報取得手段により取得された色情報が示す色をクラスタリングすることにより、指定された色数の色を取得し、取得した色から構成されるカラーパレットを生成する生成手段と、を備え、
前記表示制御手段は、前記作画画面において前記生成手段により生成されたカラーパレットを表示させる、
作画支援装置。 - プログラマブル表示器と、
前記プログラマブル表示器の表示画面を作画するための作画画面を表示装置に表示させる表示制御手段と、
前記表示画面を定義する表示画面情報を取得する表示画面情報取得手段と、
前記表示画面情報取得手段により取得された表示画面情報から、前記表示画面に画像として含まれる部品の色を示す色情報を取得する色情報取得手段と、
前記色情報取得手段により取得された色情報が示す色をクラスタリングすることにより、指定された色数の色を取得し、取得した色から構成されるカラーパレットを生成する生成手段と、を備え、
前記表示制御手段は、前記作画画面において前記生成手段により生成されたカラーパレットを表示させる、
作画支援システム。 - 作画支援装置が実行する作画支援方法であって、
表示制御手段が、プログラマブル表示器の表示画面を作画するための作画画面を表示装置に表示させ、
表示画面情報取得手段が、前記表示画面を定義する表示画面情報を取得し、
色情報取得手段が、前記表示画面情報取得手段により取得された表示画面情報から、前記表示画面に画像として含まれる部品の色を示す色情報を取得し、
生成手段が、前記色情報取得手段により取得された色情報が示す色をクラスタリングすることにより、指定された色数の色を取得し、取得した色から構成されるカラーパレットを生成し、
前記表示制御手段は、前記作画画面において前記生成手段により生成されたカラーパレットを表示させる、
作画支援方法。
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/JP2024/016145 WO2025224902A1 (ja) | 2024-04-24 | 2024-04-24 | 作画支援プログラム、作画支援装置、作画支援システム及び作画支援方法 |
| JP2024554918A JP7603901B1 (ja) | 2024-04-24 | 2024-04-24 | 作画支援プログラム、作画支援装置、作画支援システム及び作画支援方法 |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/JP2024/016145 WO2025224902A1 (ja) | 2024-04-24 | 2024-04-24 | 作画支援プログラム、作画支援装置、作画支援システム及び作画支援方法 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2025224902A1 true WO2025224902A1 (ja) | 2025-10-30 |
Family
ID=93893904
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/JP2024/016145 Pending WO2025224902A1 (ja) | 2024-04-24 | 2024-04-24 | 作画支援プログラム、作画支援装置、作画支援システム及び作画支援方法 |
Country Status (2)
| Country | Link |
|---|---|
| JP (1) | JP7603901B1 (ja) |
| WO (1) | WO2025224902A1 (ja) |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2006172185A (ja) * | 2004-12-16 | 2006-06-29 | Namco Bandai Games Inc | 画像生成システム、プログラム及び情報記憶媒体 |
| JP2010009578A (ja) * | 2008-05-30 | 2010-01-14 | Digital Electronics Corp | 表示器、画像表示方法、画像を表示するためのプログラムおよび記録媒体 |
| JP2010102493A (ja) * | 2008-10-23 | 2010-05-06 | Syn Sophia Inc | カラーバリエーション作成装置、及びカラーバリエーション作成方法 |
| WO2016166826A1 (ja) * | 2015-04-15 | 2016-10-20 | 三菱電機株式会社 | 表示制御装置、及び、コントロール端末 |
-
2024
- 2024-04-24 WO PCT/JP2024/016145 patent/WO2025224902A1/ja active Pending
- 2024-04-24 JP JP2024554918A patent/JP7603901B1/ja active Active
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2006172185A (ja) * | 2004-12-16 | 2006-06-29 | Namco Bandai Games Inc | 画像生成システム、プログラム及び情報記憶媒体 |
| JP2010009578A (ja) * | 2008-05-30 | 2010-01-14 | Digital Electronics Corp | 表示器、画像表示方法、画像を表示するためのプログラムおよび記録媒体 |
| JP2010102493A (ja) * | 2008-10-23 | 2010-05-06 | Syn Sophia Inc | カラーバリエーション作成装置、及びカラーバリエーション作成方法 |
| WO2016166826A1 (ja) * | 2015-04-15 | 2016-10-20 | 三菱電機株式会社 | 表示制御装置、及び、コントロール端末 |
Also Published As
| Publication number | Publication date |
|---|---|
| JP7603901B1 (ja) | 2024-12-20 |
| JPWO2025224902A1 (ja) | 2025-10-30 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US7688332B2 (en) | Image processing method, image processing apparatus, storage medium and program | |
| JP3890211B2 (ja) | 画像処理方法、画像処理装置、プログラム、記憶媒体 | |
| JP3219511B2 (ja) | 図形ユーザーインターフェイス装置及び発色制御修正システム | |
| JP2015179995A (ja) | 画像処理装置及びプログラム | |
| CN107767825A (zh) | 用于显示装置的颜色配置的方法、装置和计算机可读存储介质 | |
| US11574607B2 (en) | Display device and control method of display device | |
| JP2011061544A (ja) | 色情報処理装置、及びそのプログラム | |
| JP7603901B1 (ja) | 作画支援プログラム、作画支援装置、作画支援システム及び作画支援方法 | |
| CN114267315B (zh) | 灰阶电压调试方法、装置及计算机可读存储介质 | |
| JP2022062886A (ja) | 印刷装置及び印刷方法 | |
| JP7099334B2 (ja) | プロファイル情報表示装置、プロファイル情報表示方法およびプロファイル情報表示プログラム | |
| JP2021158588A (ja) | 画像処理装置、画像処理システムおよびプログラム | |
| JP7067262B2 (ja) | 情報処理装置及びプログラム | |
| US20160053420A1 (en) | Embroidery conversion device for embroidery sewing machine, embroidery conversion method for embroidery sewing machine, and recording medium storing embroidery conversion program for embroidery sewing machine | |
| JPH09102962A (ja) | 色相調節状態をオンスクリーンディスプレイするカラー映像機器 | |
| CN114119778B (zh) | 用户界面的深色模式生成方法、电子设备及存储介质 | |
| JP4974607B2 (ja) | 表示装置および表示システム並びにrgb信号処理方法 | |
| JP2022178425A (ja) | 情報処理装置及び情報処理プログラム | |
| CN113763237B (zh) | 可视化报告智能美颜方法、装置和计算机可读存储介质 | |
| JP2022176577A (ja) | 情報処置装置、情報処理方法、およびプログラム | |
| CN112569597A (zh) | 一种模型颜色变换的方法和电子设备 | |
| CN111527540B (zh) | 一种基色转化方法及电子设备 | |
| JPH0352070B2 (ja) | ||
| JP4732142B2 (ja) | 画像処理方法、プログラム、及び画像処理装置 | |
| JP2014121021A (ja) | 色処理装置およびその方法 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| ENP | Entry into the national phase |
Ref document number: 2024554918 Country of ref document: JP Kind code of ref document: A |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2024554918 Country of ref document: JP |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 24937017 Country of ref document: EP Kind code of ref document: A1 |