Colors Action Plugin 1.0.0

Plugins y todo lo relacionado para Autoplay Media Studio.
Colors @ action Plugin
(Updated: ColorConversion v1.0.0.5 with 28 base functions)

Action plugin for AMS.v8.x

What does: Now it has ~~53 Base Functions for conversion:
- First action is to convert a color format to another format ( result are not rounded for better precision, you can use Math.Round() function in AMS to round your result if needed )
- Check if exist a conversion ( eg: Colors.Convert("RGB", "LUV", .... ) that function does not exist and if you use the function to checkit, eg: Colors.CheckConversion("RGB", "LUV") the result is false and mean that you need to use another conversion before convert to LUV format, eg: RGB to LAB and then LAB to LUV , its only an exemple )
- Added a cool function that can fade one RGB color to another ( usefull to blink for exemple a shape or any object that you can change the apparente color )
and so on.

images Actions and .Apz:
Imagen
Imagen

download link:
EL CONTENIDO DE ESTE POST SE HA VENCIDO, SI CUENTAS CON EL PLUGIN Y QUIERES COLABORAR CONTACTA A UN ADMIN PARA VOLVER A HABILITAR ESTE POST

EDITED BY DOW SHER

List of base functions and eacch type of return (only for conversions):

Código: Seleccionar todo

FROM: -> 2 -> TO:
[DEC:] DEC 2 iDEC / DEC 2 HSV / DEC 2 HEX / DEC 2 RGB / DEC 2 HSL
[HEX:] HEX 2 DEC / HEX 2 RGB / HEX 2 HSL / HEX 2 HSV
[RGB:] RGB 2 HEX / RGB 2 HSV / RGB 2 HSL / RGB 2 CMY / RGB 2 XYZ
[CMY:] CMY 2 CMYK / CMY 2 RGB / CMY 2 DEC / CMY 2 HEX
[CMYK] CMYK 2 CMY / CMYK 2 RGB / CMYK 2 DEC / CMYK 2 HEX
[HSV:] HSV 2 RGB / HSV 2 CMY / HSV 2 XYZ
[HSL:] HSL 2 RGB / HSL 2 CMY / HSL 2 XYZ
[XYZ:] XYZ 2 RGB / XYZ 2 Yxy / XYZ 2 CMY / XYZ 2 HSV / XYZ 2 HSL / XYZ 2 HLAB / XYZ 2 LAB / XYZ 2 LUV
[YXY:] YXY 2 XYZ / YXY 2 RGB / YXY 2 HSV / YXY 2 HSL
[HunterLab:] HLAB 2 XYZ / HLAB 2 RGB / HALB 2 HSV / HLAB 2 HSL
[CIE-L*ab:] LAB 2 XYZ / LAB 2 RGB / LAB 2 HSV / LAB 2 HSL / LAB 2 LCH
[CIE-L*uv:] LUV 2 XYZ / LUV 2 RGB / LUV 2 HSV / LUV 2 HSL
[CIE-L*CH°:] LCH 2 LAB

[b]EACH RETURN FOR EACH FORMAT:[/b]
DEC(table):   (table)[1]
RGB(table):   (table).Red .Green .Blue
HEX(table):   (table)[1]
CMY(table):  (table).C .M .Y
CMYK(table): (table).C .M .Y .K
HSV(table):   (table).H .S .V
HSL(table):   (table).H .S .L
XYZ(table):   (table).X .Y .Z
YXY(table):   (table).Y .x .y  (x,y lower case)
LAB(table):   (table).L .a .b   (a,b lower case)
LUV(table):   (table).L .u .v   (u,v lower case)
LCH(table):   (table).L .C .H
Así se empieza en un foro, bienvenido :yeah:
gracias compañero.... ;) and welcome to the jungle!!! :ohyeah:
thank you
:yeah: :yeah: :yeah: :yeah: :yeah:
...
Gracias Amigo
great plugins :)

Gracias

thankss

Dead link

:friends:

thanks
:expolota
Excelente gracias