Platforms to show: All Mac Windows Linux Cross-Platform

WindowsICMColorMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Windows ICM MBS Win Plugin 11.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The class for a color value.

A variable of type color may be accessed as any of the supported color space colors by accessing the appropriate member of the union.

see also:
http://msdn.microsoft.com/en-us/library/dd371932(v=VS.85).aspx

  • 22 properties
    • property a as Integer
    • property b as Integer
    • property black as Integer
    • property blue as Integer
    • property ch1 as Integer
    • property ch2 as Integer
    • property ch3 as Integer
    • property cyan as Integer
    • property gray as Integer
    • property green as Integer
    • property Index as Integer
    • property L as Integer
    • property magenta as Integer
    • property red as Integer
    • property XYZ_X as Integer
    • property XYZ_Y as Integer
    • property XYZ_Z as Integer
    • property yellow as Integer
    • property Yxy_x as Integer
    • property Yxy_y as Integer
    • property Yxy_YY as Integer
    • property Channel(index as Integer) as Integer
  • 13 constants

Constants

Constant Value Description
MAX_COLOR_CHANNELS 8 The maximum number of supported color channels.

Color Type Constants

Constant Value Description
COLOR_3_CHANNEL 6 The COLOR is in the GENERIC3CHANNEL color space.
COLOR_5_CHANNEL 8 The COLOR is in a five channel color space.
COLOR_6_CHANNEL 9 The COLOR is in a six channel color space.
COLOR_7_CHANNEL 10 The COLOR is in a seven channel color space.
COLOR_8_CHANNEL 11 The COLOR is in an eight channel color space.
COLOR_CMYK 7 The COLOR is in the CMYKCOLOR color space.
COLOR_GRAY 1 The COLOR is in the GRAYCOLOR color space.
COLOR_Lab 5 The COLOR is in the LabCOLOR color space.
COLOR_NAMED 12 The COLOR is in a named color space.
COLOR_RGB 2 The COLOR is in the RGBCOLOR color space.
COLOR_XYZ 3 The COLOR is in the XYZCOLOR color space.
COLOR_Yxy 4 The COLOR is in the YxyCOLOR color space.

This class has no sub classes.

Some methods using this class:

Some examples using this class:

Blog Entries


The items on this page are in the following plugins: MBS Win Plugin.


WindowsGUIResourcesMBS   -   WindowsICMEnumMBS


The biggest plugin in space...