• 2024-02-23静态方法
    classChameleon{staticcolorChange(newColor){this.newColor=newColorreturnthis.newColor}constructor({newColor='green'}={}){this.newColor=newColor}}constfreddie=newChameleon({newColor:'purple
  • 2023-03-0216进制颜色转RGB模式带透明度
    functiontoColorRgba(color,opacity){//16进制颜色值的正则varreg=/^#([0-9a-fA-f]{3}|[0-9a-fA-f]{6})$/;//把颜色变成小写varcolor=col
  • 2022-11-23wpf 子页面调用父窗口方法
     参考:http://www.360doc.com/content/17/1113/11/24811_703389993.shtml//1)子页面后台定义委托(namespace下class外)//定义委托internaldelegatevoidColorChange(o
  • 2022-10-18OpenCV无缝融合应用(二)--指定目标颜色改变(附C++源码)
    导读本期将介绍并演示OpenCV中使用colorChange实现图像中指定目标颜色改变的效果。介绍colorChange与seamlessClone同属于SeamlessCloning部分,算法均来自下面这篇论文:​​h
  • 2022-09-19Opengl__渐变画线
    中点画线#include<GL/glut.h>#include<math.h>#include<iostream>usingnamespacestd;voidMidpoint(floatx0,floaty0,floatx1,floaty1){ intflag=0;